pub trait ImtBurner { // Required method 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.