Trait bitcoincore_rpc::Queryable [−][src]
pub trait Queryable<C: RpcApi>: Sized { type Id; fn query(rpc: &C, id: &Self::Id) -> Result<Self>; }
A type that can be queried from Bitcoin Core.
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
impl<C: RpcApi> Queryable<C> for Block
[src]
impl<C: RpcApi> Queryable<C> for Block
[src]impl<C: RpcApi> Queryable<C> for Transaction
[src]
impl<C: RpcApi> Queryable<C> for Transaction
[src]impl<C: RpcApi> Queryable<C> for Option<GetTxOutResult>
[src]
impl<C: RpcApi> Queryable<C> for Option<GetTxOutResult>
[src]