[][src]Trait ergo_lib::chain::ergo_box::ErgoBoxId

pub trait ErgoBoxId {
    pub fn box_id(&self) -> BoxId;
}

id of the ergo box

Required methods

pub fn box_id(&self) -> BoxId[src]

Id of the ergo box

Loading content...

Implementors

impl ErgoBoxId for ErgoBox[src]

Loading content...