withdrawal_script_validated( withdrawals: Pairs<Credential, Lovelace>, withdrawal_script_hash: ScriptHash, ) -> Bool
Check if the withdrawal script hash is present in the withdrawals
let is_withdrawal_script_presented = withdrawal_script_validated( withdrawals, withdrawal_script_hash, )