UNPKG

276 BTypeScriptView Raw
1export declare type ComputeLedgerHeaderHashOptions = {
2 computeTreeHashes?: boolean;
3};
4declare function computeLedgerHeaderHash(ledger: any, options?: ComputeLedgerHeaderHashOptions): string;
5export default computeLedgerHeaderHash;
6//# sourceMappingURL=ledgerhash.d.ts.map
\No newline at end of file