Preparing search index...
The search index is not available
@aptos-labs/ts-sdk - v1.15.0
@aptos-labs/ts-sdk
InputEntryFunctionData
Type alias InputEntryFunctionData
Input
Entry
Function
Data
:
{
abi
?:
EntryFunctionABI
;
function
:
MoveFunctionId
;
functionArguments
:
(
EntryFunctionArgumentTypes
|
SimpleEntryFunctionArgumentTypes
)
[]
;
typeArguments
?:
(
TypeTag
|
string
)
[]
;
}
The data needed to generate an Entry Function payload
Type declaration
Optional
abi
?:
EntryFunctionABI
function
:
MoveFunctionId
function
Arguments
:
(
EntryFunctionArgumentTypes
|
SimpleEntryFunctionArgumentTypes
)
[]
Optional
type
Arguments
?:
(
TypeTag
|
string
)
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@aptos-labs/ts-sdk - v1.15.0
Loading...
The data needed to generate an Entry Function payload