Trait ImtBurner

Source
pub trait ImtBurner {
    // Required method
    fn imt_burn(
        &mut self,
        minter_id: AccountId,
        tokens: ImtTokens,
        memo: Option<String>,
    );
}

Required Methods§

Source

fn imt_burn( &mut self, minter_id: AccountId, tokens: ImtTokens, memo: Option<String>, )

Burn a set of imt tokens, within the intents contract

NOTE: MUST attach 1 yⓃ for security purposes.

Implementors§