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

interface GetTxsEventRequest {
    events: string[];
    orderBy: OrderBy;
    pagination?: PageRequest;
}

Properties

events: string[]

events is the list of transaction event type.

orderBy: OrderBy
pagination?: PageRequest

pagination defines a pagination for the request.