Module: BSV::Wallet::Interface
- Defined in:
- lib/bsv/wallet/interface/brc100.rb,
lib/bsv/wallet/interface.rb
Overview
BRC-100 abstract wallet interface — all 28 methods.
Include this module and override the methods your implementation supports. Unimplemented methods raise NotImplementedError.
The 28 methods are grouped into six functional areas matching the BRC-100 Interface Structure specification.
Defined Under Namespace
Modules: BRC100