Function cardano_spo_public_key_and_signature

Source
pub fn cardano_spo_public_key_and_signature<T: ToDatum>(
    key: SigningKey,
    datum_msg: T,
) -> (StakePoolPublicKey, MainchainSignature)
Expand description

Signs the Plutus data bytes of datum_msg using key and returns it together with the verification key.