Move bytecode
Type arguments that bytecode requires.
Arugments to bytecode function.
Readonly
argsArugments to bytecode function.
Readonly
codeMove bytecode
Readonly
ty_Type arguments that bytecode requires.
Static
deserializeGenerated using TypeDoc
Scripts contain the Move bytecodes payload that can be submitted to Aptos chain for execution.
Example
A coin transfer function has one type argument "CoinType".
Example
A coin transfer function has three arugments "from", "to" and "amount".