Type Alias thor::wallet::delegation::SpendingKey

source ·
pub type SpendingKey = SigningKey<Ed25519Extended>;

Aliased Type§

struct SpendingKey(pub(crate) SecretKey<Ed25519Extended>);

Fields§

§0: SecretKey<Ed25519Extended>