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

interface GetTxsEventRequestAmino {
    events?: string[];
    order_by?: OrderBy;
    pagination?: PageRequestAmino;
}

Properties

events?: string[]

events is the list of transaction event type.

order_by?: OrderBy
pagination?: PageRequestAmino

pagination defines a pagination for the request.