Module zaino_fetch::jsonrpc::response
source · Expand description
Response types for jsonRPC client.
Structs§
- The transparent balance of a set of addresses.
- Response to a
getbestblockhash
andgetblockhash
RPC request. - Information about the sapling and orchard note commitment trees if any.
- Response to a
getblockchaininfo
RPC request. - Response to a
getinfo
RPC request. - Contains the Sapling or Orchard pool label, the index of the first subtree in the list, and a list of subtree roots and end heights.
- Contains the hex-encoded Sapling & Orchard note commitment trees, and their corresponding [
block::Hash
], [Height
], and block time. - This is used for the output parameter of [
JsonRpcConnector::get_address_utxos
]. - Orchard note commitment tree information.
- Sapling note commitment tree information.
- Wrapper struct for a zebra Scrypt.
- Contains the hex-encoded hash of the sent transaction.
- A wrapper struct for a zebra serialized block.
- A wrapper struct for a zebra serialized transaction.
- Wrapper struct for a zebra SubtreeRpcData.
- Vec of transaction ids, as a JSON array.
Enums§
- Contains the hex-encoded hash of the sent transaction.
- Contains raw transaction, encoded as hex bytes.