[][src]Function cashweb_relay::stamp::verify_stamp

pub fn verify_stamp(
    stamp_outpoints: &[StampOutpoints],
    payload_digest: &[u8; 32],
    destination_public_key: &PublicKey,
    stamp_type: StampType
) -> Result<Vec<Transaction>, StampError>

Verify that the stamp covers the payload_digest.