Module pallet_example_offchain_worker::crypto
source · 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
- A generic
AppPublicwrapper type over $pair crypto; this has no specific App. - A generic
AppPublicwrapper type over $public crypto; this has no specific App. - A generic
AppPublicwrapper type over $public crypto; this has no specific App.