Fully qualified module name. ModuleId consists of account address and module name.
The function to run.
Type arguments that move function requires.
Arugments to the move function.
Readonly argsArugments to the move function.
Readonly function_The function to run.
Readonly module_Fully qualified module name. ModuleId consists of account address and module name.
Readonly ty_Type arguments that move function requires.
Static deserializeStatic natualnatual is deprecated, please use natural
@deprecated.
Static naturalA coin transfer function has one type argument "CoinType".
public(script) fun transfer<CoinType>(from: &signer, to: address, amount: u64,)
A coin transfer function has three arugments "from", "to" and "amount".
public(script) fun transfer<CoinType>(from: &signer, to: address, amount: u64,)
Generated using TypeDoc
Contains the payload to run a function within a module.
Example
A coin transfer function has one type argument "CoinType".
Example
A coin transfer function has three arugments "from", "to" and "amount".