Trait flow_sdk::algorithms::SecretKey [−][src]
pub trait SecretKey {
type Signer: FlowSigner<SecretKey = Self>;
}
Expand description
A secret key.
Associated Types
type Signer: FlowSigner<SecretKey = Self>
type Signer: FlowSigner<SecretKey = Self>
The signer associated to this secret key.