Trait flow_sdk::algorithms::SecretKey[][src]

pub trait SecretKey {
    type Signer: FlowSigner<SecretKey = Self>;
}
Expand description

A secret key.

Associated Types

The signer associated to this secret key.

Implementors