Skip to main content

Module queries

Module queries 

Source
Expand description

Query types for the application

Queries represent actions that retrieve state without modifying it (CQRS pattern).

Structs§

EstimateFee
Query to estimate fee
GetBalance
Query to get wallet balance
GetBlock
Query to get a specific block by hash
GetBlockHeight
Query to get block height
GetChainInfo
Query to get chain info
GetMempool
Query to get mempool contents
GetTransaction
Query to get a specific transaction