pub type DidMerkleProofOf<T> = DidMerkleProof<KeyIdOf<T>, <T as Config>::AccountId, BlockNumberFor<T>, <T as Config>::Web3Name, LinkableAccountId>;
Expand description

Type of the Merkle proof revealing parts of the DIP identity of a given DID subject.

Aliased Type§

struct DidMerkleProofOf<T> { /* private fields */ }