A successful response.
txs is the list of queried transactions.
tx_responses is the list of queried TxResponses.
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.
message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }
BroadcastTxRequest is the request type for the Service.BroadcastTxRequest RPC method.
tx_bytes is the raw transaction.
BroadcastMode specifies the broadcast mode for the TxService.Broadcast RPC method.
A successful response.
TxResponse defines a structure containing relevant tx data and metadata. The tags are stringified and the log is JSON decoded.
hash is the tx hash to query, encoded as a hex string.
A successful response.
Tx is the standard type used for broadcasting transactions.
TxResponse defines a structure containing relevant tx data and metadata. The tags are stringified and the log is JSON decoded.