CallableCommand

Trait CallableCommand 

Source
pub trait CallableCommand {
    type Response;

    // Required method
    fn call(&self, client: &Client) -> Result<Self::Response, Error>;
}

Required Associated Types§

Required Methods§

Source

fn call(&self, client: &Client) -> Result<Self::Response, Error>

Implementors§

Source§

impl CallableCommand for GetBestBlockHashCommand

Source§

impl CallableCommand for GetBlockCommand

Source§

impl CallableCommand for GetBlockCountCommand

Source§

impl CallableCommand for GetBlockHashCommand

Source§

impl CallableCommand for GetBlockHeaderCommand

Source§

impl CallableCommand for GetBlockStatsCommand

Source§

impl CallableCommand for GetBlockchainInfoCommand

Source§

impl CallableCommand for GetChainTipsCommand

Source§

impl CallableCommand for GetChainTxStatsCommand

Source§

impl CallableCommand for GetConnectionCountCommand

Source§

impl CallableCommand for GetDifficultyCommand

Source§

impl CallableCommand for GetMempoolEntryCommand

Source§

impl CallableCommand for GetMempoolInfoCommand

Source§

impl CallableCommand for GetMiningInfoCommand

Source§

impl CallableCommand for GetNetworkHashPsCommand

Source§

impl CallableCommand for GetNetworkInfoCommand

Source§

impl CallableCommand for GetNodeAddressesCommand

Source§

impl CallableCommand for GetPeerInfoCommand

Source§

impl CallableCommand for GetRawMempoolCommand

Source§

impl CallableCommand for GetRawTransactionCommand

Source§

impl CallableCommand for GetTxOutCommand

Source§

impl CallableCommand for GetTxOutSetInfoCommand