mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
Sassafras primitives (#1249)
* Introduce Sassafras primitives * Keystore workaround * Fix doc * Use in keystore * Improve bandersnatch vrf docs * Apply review suggestions * Update README * Docs improvement * Docs fix
This commit is contained in:
@@ -1136,6 +1136,8 @@ pub mod key_types {
|
||||
|
||||
/// Key type for Babe module, built-in. Identified as `babe`.
|
||||
pub const BABE: KeyTypeId = KeyTypeId(*b"babe");
|
||||
/// Key type for Sassafras module, built-in. Identified as `sass`.
|
||||
pub const SASSAFRAS: KeyTypeId = KeyTypeId(*b"sass");
|
||||
/// Key type for Grandpa module, built-in. Identified as `gran`.
|
||||
pub const GRANDPA: KeyTypeId = KeyTypeId(*b"gran");
|
||||
/// Key type for controlling an account in a Substrate runtime, built-in. Identified as `acco`.
|
||||
|
||||
Reference in New Issue
Block a user