[][src]Trait hal::GetInfo

pub trait GetInfo<T: Serialize> {
    fn get_info(&self, network: Network) -> T;
}

Get JSON-able objects that describe the type.

Required methods

fn get_info(&self, network: Network) -> T

Get a description of this object given the network of interest.

Loading content...

Implementations on Foreign Types

impl GetInfo<MnemonicInfo> for Mnemonic[src]

impl GetInfo<SeedInfo> for Seed[src]

impl<'a> GetInfo<BlockHeaderInfo> for BlockHeader[src]

impl GetInfo<BlockInfo> for Block[src]

impl GetInfo<RouteHopInfo> for RouteHop[src]

impl GetInfo<InvoiceInfo> for Invoice[src]

impl GetInfo<PsbtGlobalInfo> for Global[src]

impl GetInfo<PsbtInputInfo> for Input[src]

impl GetInfo<PsbtOutputInfo> for Output[src]

impl GetInfo<PsbtInfo> for PartiallySignedTransaction[src]

impl GetInfo<InputInfo> for TxIn[src]

impl GetInfo<OutputInfo> for TxOut[src]

impl GetInfo<TransactionInfo> for Transaction[src]

Loading content...

Implementors

impl<'a> GetInfo<InputScriptInfo> for InputScript<'a>[src]

impl<'a> GetInfo<OutputScriptInfo> for OutputScript<'a>[src]

Loading content...