@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
13 lines (11 loc) • 397 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $HexEncodedBytes = {
type: 'string',
description: `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.
`,
format: 'hex',
} as const;