@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
6 lines • 364 B
TypeScript
export declare const $U128: {
readonly type: "string";
readonly description: "A string containing a 128-bit unsigned integer.\n\n We represent u128 values as a string to ensure compatibility with languages such\n as JavaScript that do not parse u64s in JSON natively.\n ";
readonly format: "uint64";
};
//# sourceMappingURL=$U128.d.ts.map