Type Alias coins_bip32::prelude::VerifyingKey
source · pub type VerifyingKey = VerifyingKey<Secp256k1>;
Expand description
ECDSA/secp256k1 verification key (i.e. public key)
Aliased Type§
struct VerifyingKey { /* private fields */ }