Class GenerateScriptPayloadData
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class GenerateScriptPayloadData : GeneratePayloadData
- Inheritance
-
GenerateScriptPayloadData
- Inherited Members
Constructors
GenerateScriptPayloadData(byte[], List<IScriptFunctionArgument>?, List<object>?)
public GenerateScriptPayloadData(byte[] bytecode, List<IScriptFunctionArgument>? functionArguments = null, List<object>? typeArguments = null)
Parameters
bytecode
byte[]functionArguments
List<IScriptFunctionArgument>typeArguments
List<object>
Fields
Bytecode
The bytecode of the script to be executed.
public byte[] Bytecode
Field Value
- byte[]
FunctionArguments
A list of IScriptFunctionArgument objects representing the function arguments.
public List<IScriptFunctionArgument>? FunctionArguments