UNPKG

@martiandao/aptos-web3-bip44.js

Version:
9 lines 272 B
/** * A string containing a 64-bit unsigned integer. * * We represent u64 values as a string to ensure compatibility with languages such * as JavaScript that do not parse u64s in JSON natively. * */ export declare type U64 = string; //# sourceMappingURL=U64.d.ts.map