Type alias EntryFunctionPayloadResponse

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

Type declaration

  • arguments: any[]

    Arguments of the function

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

    Type arguments of the function

Generated using TypeDoc