@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
10 lines • 318 B
TypeScript
/**
* Entry function id is string representation of a entry function defined on-chain.
*
* Format: `{address}::{module name}::{function name}`
*
* Both `module name` and `function name` are case-sensitive.
*
*/
export declare type EntryFunctionId = string;
//# sourceMappingURL=EntryFunctionId.d.ts.map