Crate tp_keystore

Source
Expand description

Keystore traits

Modules§

testing
Types that should only be used for testing!
vrf
VRF-specifc data types and helpers

Structs§

KeystoreExt
The keystore extension to register/retrieve from the externalities.

Enums§

Error
CryptoStore error

Traits§

CryptoStore
Something that generates, stores and provides access to keys.
SyncCryptoStore
Sync version of the CryptoStore

Type Aliases§

SyncCryptoStorePtr
A pointer to a keystore.