Expand description
Based on the above KeyTypeId we need to generate a pallet-specific crypto type wrappers.
We can use from supported crypto kinds (sr25519, ed25519 and ecdsa) and augment
the types with this pallet-specific identifier.
Structs§
- Pair
- A generic
AppPublicwrapper type over $pair crypto; this has no specific App. - Proof
OfPossession - A generic
AppPublicwrapper type over $public crypto; this has no specific App. - Public
- A generic
AppPublicwrapper type over $public crypto; this has no specific App. - Signature
- A generic
AppPublicwrapper type over $public crypto; this has no specific App. - Test
Auth Id