Crate pallet_circuit

source ·
Expand description

Overview

Circuit MVP

Re-exports

Modules

Macros

Structs

Enums

Constants

  • Defines application identifier for crypto keys of this module. Every module that deals with signatures needs to declare its unique identifier for its crypto keys. When offchain worker is signing transactions it’s going to request keys of type KeyTypeId from the keystore and use the ones it finds to sign the transaction. The keys can be inserted manually via RPC (see author_insertKey).

Traits

Functions

Type Definitions