@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
InputScriptData
Type Alias InputScriptData
The data needed to generate a Script payload.
type
InputScriptData
=
{
bytecode
:
HexInput
;
functionArguments
:
ScriptFunctionArgumentTypes
[]
;
typeArguments
?:
TypeArgument
[]
;
}
Index
Properties
bytecode
function
Arguments
type
Arguments?
Properties
bytecode
bytecode
:
HexInput
function
Arguments
functionArguments
:
ScriptFunctionArgumentTypes
[]
Optional
type
Arguments
typeArguments
?:
TypeArgument
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytecode
function
Arguments
type
Arguments
@aptos-labs/ts-sdk - v3.1.1
Loading...
The data needed to generate a Script payload.