[][src]Trait pallet_assets::Trait

pub trait Trait: Trait {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type Balance: Member + Parameter + AtLeast32Bit + Default + Copy;
    type AssetId: Parameter + AtLeast32Bit + Default + Copy;
}

The module configuration trait.

Associated Types

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

The overarching event type.

type Balance: Member + Parameter + AtLeast32Bit + Default + Copy

The units in which we record balances.

type AssetId: Parameter + AtLeast32Bit + Default + Copy

The arithmetic type of asset identifier.

Loading content...

Implementors

Loading content...