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 1.0KB

12345678910111213
  1. export declare const computeBinaryTransactionHash: (txBlobHex: string) => string;
  2. export declare const computeTransactionHash: (txJSON: any) => string;
  3. export declare const computeBinaryTransactionSigningHash: (txBlobHex: string) => string;
  4. export declare const computeAccountLedgerObjectID: (address: string) => string;
  5. export declare const computeSignerListLedgerObjectID: (address: string) => string;
  6. export declare const computeOrderID: (address: string, sequence: number) => string;
  7. export declare const computeTrustlineHash: (address1: string, address2: string, currency: string) => string;
  8. export declare const computeTransactionTreeHash: (transactions: any[]) => string;
  9. export declare const computeStateTreeHash: (entries: any[]) => string;
  10. export declare const computeLedgerHash: (ledgerHeader: any) => string;
  11. export declare const computeEscrowHash: (address: any, sequence: any) => string;
  12. export declare const computePaymentChannelHash: (address: any, dstAddress: any, sequence: any) => string;
  13. //# sourceMappingURL=index.d.ts.map