Type alias ScriptPayload

ScriptPayload: {
    arguments: any[];
    code: MoveScriptBytecode;
    type_arguments: MoveType[];
}

Payload which runs a script that can run multiple functions

Type declaration

Generated using TypeDoc