fuel_tx::field

Trait Maturity

Source
pub trait Maturity {
    // Required methods
    fn maturity(&self) -> BlockHeight;
    fn set_maturity(&mut self, value: BlockHeight);
}

Required Methods§

Source

fn maturity(&self) -> BlockHeight

Source

fn set_maturity(&mut self, value: BlockHeight)

Implementors§

Source§

impl<T: Policies + ?Sized> Maturity for T