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.

ledgerhash.d.ts 276B

123456
  1. export declare type ComputeLedgerHeaderHashOptions = {
  2. computeTreeHashes?: boolean;
  3. };
  4. declare function computeLedgerHeaderHash(ledger: any, options?: ComputeLedgerHeaderHashOptions): string;
  5. export default computeLedgerHeaderHash;
  6. //# sourceMappingURL=ledgerhash.d.ts.map