Type alias InputEntryFunctionData

InputEntryFunctionData: {
    abi?: EntryFunctionABI;
    function: MoveFunctionId;
    functionArguments: (EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes)[];
    typeArguments?: TypeArgument[];
}

The data needed to generate an Entry Function payload

Type declaration