[][src]Trait eq_claim::Trait

pub trait Trait: Trait {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type WeightInfo: WeightInfo;
    type VestingSchedule: VestingSchedule<Self::AccountId, Moment = Self::BlockNumber>;
    type Prefix: Get<&'static [u8]>;
    type MoveClaimOrigin: EnsureOrigin<Self::Origin>;
    type VestingAccountGetter: AccountGetter<Self::AccountId>;
}

Substrate pallet configuration trait

Associated Types

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

type WeightInfo: WeightInfo

type VestingSchedule: VestingSchedule<Self::AccountId, Moment = Self::BlockNumber>

Used to schedule vesting part of a claim

type Prefix: Get<&'static [u8]>

TODO

type MoveClaimOrigin: EnsureOrigin<Self::Origin>

ToDO

type VestingAccountGetter: AccountGetter<Self::AccountId>

Gets vesting account

Loading content...

Implementors

Loading content...