bcc-cli-1.99.0
Safe HaskellNone
LanguageHaskell2010

Bcc.CLI.Cole.Legacy

Synopsis

Documentation

newtype LegacyDelegateKey Source #

LegacyDelegateKey is a subset of the UserSecret's from the legacy codebase: 1. the VSS keypair must be present 2. the signing key must be present 3. the rest must be absent (Nothing)

Legacy reference: https://github.com/The-Blockchain-Company/bcc-sl/blob/release/3.0.1/lib/src/Pos/Util/UserSecret.hs#L189

Constructors

LegacyDelegateKey 

Fields

encodeLegacyDelegateKeyLegacyDelegateKey → Encoding Source #

Encoder for a Cole/Classic signing key. Lifted from bcc-sl legacy codebase.

decodeLegacyDelegateKey ∷ Decoder s LegacyDelegateKey Source #

Decoder for a Cole/Classic signing key. Lifted from bcc-sl legacy codebase.