Module BSV::Wallet::ProtoWallet::Validators ¶
Validation helpers for BRC-100 wallet method parameters.
Delegates to Wire::Validation — the single source of truth for all BRC-100 parameter validation. This module is retained for backwards compatibility with ProtoWallet's internal call sites.
Public Class Methods¶
validate_counterparty!(counterparty) ¶
Not documented.
validate_key_id!(key_id) ¶
Not documented.
validate_protocol_id!(protocol_id) ¶
Not documented.
validate_pub_key_hex!(value, name = 'public_key') ¶
Not documented.