Trait serai_coins_pallet::AllowMint
source · pub trait AllowMint {
// Required method
fn is_allowed(balance: &ExternalBalance) -> bool;
}
Required Methods§
fn is_allowed(balance: &ExternalBalance) -> bool
Object Safety§
This trait is not object safe.