Function ckb_rpc::module::add_indexer_rpc_methods

source ยท
pub fn add_indexer_rpc_methods(
    rpc: &mut MetaIoHandler<Option<Session>>,
    rpc_impl: impl IndexerRpc + Clone + Send + Sync + 'static
)
Expand description

Add RPC methods to the given jsonrpc_utils::jsonrpc_core::MetaIoHandler.