Type Alias tendermint::private_key::Secp256k1

source ·
pub type Secp256k1 = SigningKey<Secp256k1>;
Expand description

ECDSA/secp256k1 signing key

Aliased Type§

struct Secp256k1 { /* private fields */ }