@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
InputEntryFunctionData
Type Alias InputEntryFunctionData
The data needed to generate an Entry Function payload.
type
InputEntryFunctionData
=
{
abi
?:
EntryFunctionABI
;
function
:
MoveFunctionId
;
functionArguments
:
(
EntryFunctionArgumentTypes
|
SimpleEntryFunctionArgumentTypes
)
[]
;
typeArguments
?:
TypeArgument
[]
;
}
Index
Properties
abi?
function
function
Arguments
type
Arguments?
Properties
Optional
abi
abi
?:
EntryFunctionABI
function
function
:
MoveFunctionId
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 an Entry Function payload.