Type alias ViewRequest

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

View request for the Move View Function API

Type declaration

  • arguments: any[]

    Arguments of the function

  • function: EntryFunctionId
  • type_arguments: MoveType[]

    Type arguments of the function

Generated using TypeDoc