fedimint_mint_client::output

Function verify_blind_share

Source
pub fn verify_blind_share(
    peer: PeerId,
    outcome: &SerdeOutputOutcome,
    amount: Amount,
    blinded_message: BlindedMessage,
    decoder: &Decoder,
    peer_tbs_pks: &BTreeMap<PeerId, Tiered<PublicKeyShare>>,
) -> Result<BlindedSignatureShare>
Expand description

ยงPanics

If the given outcome is not a MintOutputOutcome::V0 outcome.