Expand description
Types used in RPC methods.
Modules§
- get_
blockchain_ 🔒info - Types used in
getblockchaininfo
RPC method. - get_
raw_ 🔒mempool - Types used in
getrawmempool
RPC method. - transaction 🔒
- Verbose transaction-related types.
- zec 🔒
- ZEC amount formatting.
Structs§
- Balance
- A value pool’s balance in Zec and Zatoshis
- Mempool
Object - A mempool transaction details object as returned by
getrawmempool
in verbose mode. - Transaction
Object - A Transaction object as returned by
getrawtransaction
andgetblock
RPC requests. - Zec
- A wrapper type that formats
Amount
s as ZEC, using double-precision floating point.
Enums§
- GetRaw
Mempool - Response to a
getrawmempool
RPC request. - Input
- The transparent input of a transaction.