@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
InputViewFunctionData
Type Alias InputViewFunctionData
The data needed to generate a View Function payload.
type
InputViewFunctionData
=
{
abi
?:
ViewFunctionABI
;
function
:
MoveFunctionId
;
functionArguments
?:
(
EntryFunctionArgumentTypes
|
SimpleEntryFunctionArgumentTypes
)
[]
;
typeArguments
?:
TypeArgument
[]
;
}
Index
Properties
abi?
function
function
Arguments?
type
Arguments?
Properties
Optional
abi
abi
?:
ViewFunctionABI
function
function
:
MoveFunctionId
Optional
function
Arguments
functionArguments
?:
(
EntryFunctionArgumentTypes
|
SimpleEntryFunctionArgumentTypes
)
[]
Optional
type
Arguments
typeArguments
?:
TypeArgument
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abi
function
function
Arguments
type
Arguments
@aptos-labs/ts-sdk - v5.1.4
Loading...
The data needed to generate a View Function payload.