Preparing search index...
The search index is not available
@aptos-labs/ts-sdk - v1.38.0
@aptos-labs/ts-sdk
InputBatchedFunctionData
Type Alias InputBatchedFunctionData
InputBatchedFunctionData
:
{
function
:
MoveFunctionId
;
functionArguments
:
(
|
EntryFunctionArgumentTypes
|
CallArgument
|
SimpleEntryFunctionArgumentTypes
)
[]
;
typeArguments
?:
TypeArgument
[]
;
}
The data needed to generate a batched function payload
Type declaration
function
:
MoveFunctionId
functionArguments
:
(
EntryFunctionArgumentTypes
|
CallArgument
|
SimpleEntryFunctionArgumentTypes
)
[]
Optional
typeArguments
?:
TypeArgument
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@aptos-labs/ts-sdk - v1.38.0
Loading...
The data needed to generate a batched function payload