pub type PersonalAnchors<T: Config> = StorageDoubleMap<_GeneratedPrefixForStoragePersonalAnchors<T>, Blake2_256, T::AccountId, Blake2_256, (DocumentId, DocumentVersion), ()>;
Expand description

Storage for document anchors specific to an account.

Storage type is [StorageDoubleMap] with key1 type T :: AccountId, key2 type (DocumentId, DocumentVersion) and value type ().

Aliased Type§

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