Trait serai_coins_pallet::AllowMint

source ·
pub trait AllowMint {
    // Required method
    fn is_allowed(balance: &ExternalBalance) -> bool;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl AllowMint for ()

Implementors§