pub trait AsCardanoSPO {
// Required method
fn as_cardano_spo(&self) -> Option<MainchainKeyHash>;
}
Expand description
Signifies that a type or some of its variants represents a Cardano stake pool operator
Required Methods§
Sourcefn as_cardano_spo(&self) -> Option<MainchainKeyHash>
fn as_cardano_spo(&self) -> Option<MainchainKeyHash>
If Self represents a Cardano SPO, returns hash of this SPO’s Cardano public key