Type Alias InputBatchedFunctionData

InputBatchedFunctionData: {
    function: MoveFunctionId;
    functionArguments: (
        | EntryFunctionArgumentTypes
        | CallArgument
        | SimpleEntryFunctionArgumentTypes
    )[];
    typeArguments?: TypeArgument[];
}

The data needed to generate a batched function payload

Type declaration

MMNEPVFCICPMFPCPTTAAATR