Module types

Source
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
MempoolObject
A mempool transaction details object as returned by getrawmempool in verbose mode.
TransactionObject
A Transaction object as returned by getrawtransaction and getblock RPC requests.
Zec
A wrapper type that formats Amounts as ZEC, using double-precision floating point.

Enums§

GetRawMempool
Response to a getrawmempool RPC request.
Input
The transparent input of a transaction.