UNPKG

@iyonger/aptos-web3-bip44.js

Version:
9 lines 315 B
/** * All bytes (Vec<u8>) data is represented as hex-encoded string prefixed with `0x` and fulfilled with * two hex digits per byte. * * Unlike the `Address` type, HexEncodedBytes will not trim any zeros. * */ export declare type HexEncodedBytes = string; //# sourceMappingURL=HexEncodedBytes.d.ts.map