Module: BSV
- Defined in:
- lib/bsv/wallet/errors.rb,
lib/bsv/wallet.rb,
lib/bsv/wallet/cli.rb,
lib/bsv/wallet/daemon.rb,
lib/bsv/wallet/engine.rb,
lib/bsv/wallet/version.rb,
lib/bsv/wallet/pushable.rb,
lib/bsv/network/services.rb,
lib/bsv/wallet/fetchable.rb,
lib/bsv/wallet/interface.rb,
lib/bsv/wallet/key_deriver.rb,
lib/bsv/network/chain_tracker.rb,
lib/bsv/wallet/interface/store.rb,
lib/bsv/wallet/interface/utxo_pool.rb,
lib/bsv/wallet/interface/proof_store.rb,
lib/bsv/wallet/interface/broadcast_queue.rb
Overview
Wallet-specific error classes.
BRC-100 contract errors (Error, InvalidParameterError, InvalidHmacError, InvalidSignatureError, UnsupportedActionError) are defined in bsv-sdk and inherited via the gem dependency.