Struct exonum_btc_anchoring::api::AnchoringInfo []

pub struct AnchoringInfo {
    pub txid: TxId,
    pub payload: Option<Payload>,
}

Public information about the anchoring transaction in bitcoin.

Fields

Txid of anchoring transaction.

Anchoring transaction payload.

Trait Implementations

impl Debug for AnchoringInfo

Formats the value using the given formatter.

impl PartialEq for AnchoringInfo

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<BitcoinTx> for AnchoringInfo

Performs the conversion.