Trait ErgoBoxId

Source
pub trait ErgoBoxId {
    // Required method
    fn box_id(&self) -> BoxId;
}
Expand description

id of the ergo box

Required Methods§

Source

fn box_id(&self) -> BoxId

Id of the ergo box

Implementations on Foreign Types§

Source§

impl ErgoBoxId for ErgoBox

Source§

fn box_id(&self) -> BoxId

Implementors§