UNPKG

@martiandao/aptos-web3-bip44.js

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