Module serp_example_ocw::crypto[][src]

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 AppPublic wrapper type over $pair crypto; this has no specific App.

Public

A generic AppPublic wrapper type over $public crypto; this has no specific App.

Signature

A generic AppPublic wrapper type over $public crypto; this has no specific App.

TestAuthId