zebra_rpc/methods/types.rs
1//! Types used in RPC methods.
2
3pub mod default_roots;
4pub mod get_block_template;
5pub mod get_blockchain_info;
6pub mod get_mempool_info;
7pub mod get_mining_info;
8pub mod get_raw_mempool;
9pub mod long_poll;
10pub mod peer_info;
11pub mod submit_block;
12pub mod subsidy;
13pub mod transaction;
14pub mod unified_address;
15pub mod validate_address;
16pub mod z_validate_address;
17pub mod zec;