GetTxsEventResponse is the response type for the Service.TxsByEvents RPC method.

interface GetTxsEventResponseSDKType {
    pagination?: PageResponseSDKType;
    tx_responses: TxResponseSDKType[];
    txs: TxSDKType[];
}

Properties

pagination?: PageResponseSDKType
tx_responses: TxResponseSDKType[]
txs: TxSDKType[]