Type Alias sp_consensus_subspace::FarmerPublicKey

source ·
pub type FarmerPublicKey = Public;
Expand description

A Subspace farmer identifier. Necessarily equivalent to the schnorrkel public key used in the main Subspace module. If that ever changes, then this must, too.

Aliased Type§

struct FarmerPublicKey(/* private fields */);