UNPKG

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