@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
ViewFunctionJsonPayload
Type Alias ViewFunctionJsonPayload
The payload sent to the fullnode for a JSON view request.
type
ViewFunctionJsonPayload
=
{
function
:
MoveFunctionId
;
functionArguments
:
MoveValue
[]
;
typeArguments
:
MoveStructId
[]
;
}
Index
Properties
function
function
Arguments
type
Arguments
Properties
function
function
:
MoveFunctionId
function
Arguments
functionArguments
:
MoveValue
[]
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 payload sent to the fullnode for a JSON view request.