Type alias EntryFunctionPayload

EntryFunctionPayload: {
    arguments: any[];
    function: EntryFunctionId;
    type_arguments: MoveType[];
}

Payload which runs a single entry function

Type declaration

  • arguments: any[]

    Arguments of the function

  • function: EntryFunctionId
  • type_arguments: MoveType[]

    Type arguments of the function

Generated using TypeDoc