Type Alias EntryFunctionPayloadResponse

EntryFunctionPayloadResponse: {
    arguments: any[];
    function: MoveFunctionId;
    type: string;
    type_arguments: string[];
}

The response payload for an entry function, containing the type of the entry.

Type declaration

  • arguments: any[]

    Arguments of the function

  • function: MoveFunctionId
  • type: string
  • type_arguments: string[]

    Type arguments of the function