Type Alias pallet_anchors_v2::pallet::Anchors

source ·
pub type Anchors<T: Config> = StorageMap<_GeneratedPrefixForStorageAnchors<T>, Blake2_256, (DocumentId, DocumentVersion), Anchor<T>>;
Expand description

Storage for document anchors.

Storage type is [StorageMap] with key type (DocumentId, DocumentVersion) and value type Anchor < T >.

Aliased Type§

struct Anchors<T: Config>(/* private fields */);