[][src]Trait orml_tokens::Trait

Associated Types

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

type Balance: Parameter + Member + AtLeast32BitUnsigned + Default + Copy + MaybeSerializeDeserialize

The balance type

type Amount: Signed + TryInto<Self::Balance> + TryFrom<Self::Balance> + Parameter + Member + SimpleArithmetic + Default + Copy + MaybeSerializeDeserialize

The amount type, should be signed version of Balance

type CurrencyId: Parameter + Member + Copy + MaybeSerializeDeserialize + Ord

The currency ID type

type OnReceived: OnReceived<Self::AccountId, Self::CurrencyId, Self::Balance>

Hook when some fund is deposited into an account

type WeightInfo: WeightInfo

Weight information for extrinsics in this module.

Loading content...

Implementors

Loading content...