MoveFunctionName
@iota/iota-sdk / client / MoveFunctionName
Interface: MoveFunctionName
Defined in: sdk/typescript/src/client/types/generated.ts:1146
Identifies a Move function.
Properties
function
function:
string
Defined in: sdk/typescript/src/client/types/generated.ts:1148
The function name.
module
module:
string
Defined in: sdk/typescript/src/client/types/generated.ts:1150
The module name to which the function belongs.
package
package:
string
Defined in: sdk/typescript/src/client/types/generated.ts:1152
The package ID to which the function belongs.