You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 778B

12345678910
  1. import hashLedger, { hashLedgerHeader, hashSignedTx, hashTxTree, hashStateTree } from './hashLedger';
  2. export declare function hashTx(txBlobHex: string): string;
  3. export declare function hashAccountRoot(address: string): string;
  4. export declare function hashSignerListId(address: string): string;
  5. export declare function hashOfferId(address: string, sequence: number): string;
  6. export declare function hashTrustline(address1: string, address2: string, currency: string): string;
  7. export declare function hashEscrow(address: string, sequence: number): string;
  8. export declare function hashPaymentChannel(address: string, dstAddress: string, sequence: number): string;
  9. export { hashLedgerHeader, hashSignedTx, hashLedger, hashStateTree, hashTxTree };
  10. //# sourceMappingURL=index.d.ts.map