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