Trait noble_identity::Config[][src]

Associated Types

type Event: From<Event<Self>> + Into<Self::Event>[src]

The overarching event type.

type Currency: ReservableCurrency<Self::AccountId>[src]

The currency trait.

type BasicDeposit: Get<<Self::Currency as Currency<Self::AccountId>>::Balance>[src]

The amount held on deposit for a registered identity.

type FieldDeposit: Get<<Self::Currency as Currency<Self::AccountId>>::Balance>[src]

The amount held on deposit per additional field for a registered identity.

type SubAccountDeposit: Get<<Self::Currency as Currency<Self::AccountId>>::Balance>[src]

The amount held on deposit for a registered subaccount. This should account for the fact that one storage item’s value will increase by the size of an account ID, and there will be another trie item whose value is the size of an account ID plus 32 bytes.

type MaxSubAccounts: Get<u32>[src]

The maximum number of sub-accounts allowed per identified account.

type MaxAdditionalFields: Get<u32>[src]

Maximum number of additional fields that may be stored in an ID. Needed to bound the I/O required to access an identity, but can be pretty high.

type MaxRegistrars: Get<u32>[src]

Maxmimum number of registrars allowed in the system. Needed to bound the complexity of, e.g., updating judgements.

type Slashed: OnUnbalanced<<Self::Currency as Currency<Self::AccountId>>::NegativeImbalance>[src]

What to do with slashed funds.

type ForceOrigin: EnsureOrigin<Self::Origin>[src]

The origin which may forcibly set or remove a name. Root can always do this.

type RegistrarOrigin: EnsureOrigin<Self::Origin>[src]

The origin which may add or remove registrars. Root can always do this.

type WeightInfo: WeightInfo[src]

Weight information for extrinsics in this noble.

Loading content...

Implementors

Loading content...