UNPKG

ripple-lib

Version:

Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html

6 lines 276 B
export declare type ComputeLedgerHeaderHashOptions = { computeTreeHashes?: boolean; }; declare function computeLedgerHeaderHash(ledger: any, options?: ComputeLedgerHeaderHashOptions): string; export default computeLedgerHeaderHash; //# sourceMappingURL=ledgerhash.d.ts.map