UNPKG

@martiandao/aptos-web3-bip44.js

Version:
12 lines 325 B
/** * 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