@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
15 lines (11 loc) • 400 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $MoveModuleId = {
type: 'string',
description: `Move module id is a string representation of Move module.
Format: \`{address}::{module name}\`
\`address\` should be hex-encoded 32 byte account address that is prefixed with \`0x\`.
Module name is case-sensitive.
`,
} as const;