xrpl
Version:
A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser
13 lines • 1.02 kB
TypeScript
import hashLedger, { hashLedgerHeader, hashSignedTx, hashTxTree, hashStateTree } from './hashLedger';
export declare function hashTx(txBlobHex: string): string;
export declare function hashAccountRoot(address: string): string;
export declare function hashSignerListId(address: string): string;
export declare function hashOfferId(address: string, sequence: number): string;
export declare function hashTrustline(address1: string, address2: string, currency: string): string;
export declare function hashEscrow(address: string, sequence: number): string;
export declare function hashPaymentChannel(address: string, dstAddress: string, sequence: number): string;
export declare function hashVault(address: string, sequence: number): string;
export declare function hashLoanBroker(address: string, sequence: number): string;
export declare function hashLoan(loanBrokerId: string, loanSequence: number): string;
export { hashLedgerHeader, hashSignedTx, hashLedger, hashStateTree, hashTxTree };
//# sourceMappingURL=index.d.ts.map