@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
6 lines • 392 B
TypeScript
export declare const $HexEncodedBytes: {
readonly type: "string";
readonly description: "All bytes (Vec<u8>) data is represented as hex-encoded string prefixed with `0x` and fulfilled with\n two hex digits per byte.\n\n Unlike the `Address` type, HexEncodedBytes will not trim any zeros.\n ";
readonly format: "hex";
};
//# sourceMappingURL=$HexEncodedBytes.d.ts.map