[][src]Trait sunshine_faucet_pallet::Trait

pub trait Trait: Balances {
    type Event: From<Event<Self>> + Into<Self::Event>;

    const MINT_UNIT: Self::Balance;
}

The pallet's configuration trait.

Associated Types

type Event: From<Event<Self>> + Into<Self::Event>

Loading content...

Associated Constants

const MINT_UNIT: Self::Balance

Loading content...

Implementors

Loading content...