Struct exonum_btc_anchoring::api::LectInfo []

pub struct LectInfo {
    pub hash: Hash,
    pub content: AnchoringInfo,
}

Public information about the lect transaction in exonum.

Fields

Exonum transaction hash.

Information about anchoring transaction.

Trait Implementations

impl Debug for LectInfo

Formats the value using the given formatter.

impl PartialEq for LectInfo

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

This method tests for !=.

impl From<LectContent> for LectInfo

Performs the conversion.