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