Trait AsCardanoSPO

Source
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§

Source

fn as_cardano_spo(&self) -> Option<MainchainKeyHash>

If Self represents a Cardano SPO, returns hash of this SPO’s Cardano public key

Implementations on Foreign Types§

Source§

impl AsCardanoSPO for Option<MainchainKeyHash>

Implementors§