TokenStatusV0Accessors

Trait TokenStatusV0Accessors 

Source
pub trait TokenStatusV0Accessors {
    // Required methods
    fn paused(&self) -> bool;
    fn set_paused(&mut self, paused: bool);
}

Required Methods§

Source

fn paused(&self) -> bool

Gets the paused state of the token.

Source

fn set_paused(&mut self, paused: bool)

Sets the paused state of the token.

Implementors§