@martiandao/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
12 lines • 325 B
TypeScript
/**
* 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.
*
*/
export declare type MoveModuleId = string;
//# sourceMappingURL=MoveModuleId.d.ts.map