Type Definition dock_runtime::did::pallet::DidServiceEndpoints

source ·
pub type DidServiceEndpoints<T>where
    T: Config, = StorageDoubleMap<_GeneratedPrefixForStorageDidServiceEndpoints<T>, Blake2_128Concat, Did, Blake2_128Concat, ServiceEndpointId<T>, ServiceEndpoint<T>, OptionQuery, GetDefault, GetDefault>;
Expand description

Stores service endpoints of a DID as (DID, endpoint id) -> ServiceEndpoint.