@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
InputViewFunctionJsonData
Type Alias InputViewFunctionJsonData
The data needed to generate a View Function payload in JSON format.
type
InputViewFunctionJsonData
=
{
function
:
MoveFunctionId
;
functionArguments
?:
MoveValue
[]
;
typeArguments
?:
MoveStructId
[]
;
}
Index
Properties
function
function
Arguments?
type
Arguments?
Properties
function
function
:
MoveFunctionId
Optional
function
Arguments
functionArguments
?:
MoveValue
[]
Optional
type
Arguments
typeArguments
?:
MoveStructId
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
function
function
Arguments
type
Arguments
@aptos-labs/ts-sdk - v5.1.4
Loading...
The data needed to generate a View Function payload in JSON format.