@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
5 lines • 381 B
TypeScript
export declare const $MoveModuleId: {
readonly type: "string";
readonly description: "Move module id is a string representation of Move module.\n\n Format: `{address}::{module name}`\n\n `address` should be hex-encoded 32 byte account address that is prefixed with `0x`.\n\n Module name is case-sensitive.\n ";
};
//# sourceMappingURL=$MoveModuleId.d.ts.map