GetTxsEventRequest is the request type for the Service.TxsByEvents RPC method.

from message cosmos.tx.v1beta1.GetTxsEventRequest

Hierarchy

Constructors

Properties

events: string[] = []

events is the list of transaction event type.

from field: repeated string events = 1;

limit: bigint = protoInt64.zero

limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.

from field: uint64 limit = 5;

orderBy: OrderBy = OrderBy.UNSPECIFIED

from field: cosmos.tx.v1beta1.OrderBy order_by = 3;

page: bigint = protoInt64.zero

page is the page number to query, starts at 1. If not provided, will default to first page.

from field: uint64 page = 4;

pagination?: PageRequest

pagination defines a pagination for the request. Deprecated post v0.46.x: use page and limit instead.

from field: cosmos.base.query.v1beta1.PageRequest pagination = 2 [deprecated = true];

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.tx.v1beta1.GetTxsEventRequest" = "cosmos.tx.v1beta1.GetTxsEventRequest"

Methods