pub type DidLookupConfig = GenesisConfig<Runtime>;

Aliased Type§

struct DidLookupConfig {
    pub links: Vec<(LinkableAccountId, ConnectionRecord<AccountId32, AccountId32, u128>), Global>,
}

Fields§

§links: Vec<(LinkableAccountId, ConnectionRecord<AccountId32, AccountId32, u128>), Global>

Trait Implementations§

source§

impl<T> BuildStorage for GenesisConfig<T>where T: Config, <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance: MaybeSerializeDeserialize,

source§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage out of this builder.