Expand description
Query types for the application
Queries represent actions that retrieve state without modifying it (CQRS pattern).
Structs§
- Estimate
Fee - Query to estimate fee
- GetBalance
- Query to get wallet balance
- GetBlock
- Query to get a specific block by hash
- GetBlock
Height - Query to get block height
- GetChain
Info - Query to get chain info
- GetMempool
- Query to get mempool contents
- GetTransaction
- Query to get a specific transaction