Module: BSV::Wallet::Substrates

Defined in:
lib/bsv/wallet_interface/substrates.rb,
lib/bsv/wallet_interface/substrates/http_wallet_json.rb,
lib/bsv/wallet_interface/substrates/http_wallet_wire.rb,
lib/bsv/wallet_interface/substrates/wallet_wire_transceiver.rb

Overview

BRC-100 wallet substrates — alternative transport layers for the wallet interface.

Substrates are raw transport adapters. They are not full Wallet::Interface implementations; instead they provide the low-level connectivity that a WalletWireTransceiver or HTTPWalletJSON wraps to expose the full interface.

Defined Under Namespace

Classes: HTTPWalletJSON, HTTPWalletWire, WalletWireTransceiver