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

Hierarchy

  • V1Beta1GetTxsEventResponse

Properties

pagination?: V1Beta1PageResponse

pagination defines a pagination for the response. Deprecated post v0.46.x: use total instead.

total?: string

total is total number of results available

Format

uint64

tx_responses?: V1Beta1TxResponse[]

tx_responses is the list of queried TxResponses.

txs?: V1Beta1Tx[]

txs is the list of queried transactions.

Generated using TypeDoc