Module BSV::Wallet::Interface::ProofStore ¶
Duck-typed interface for merkle proof persistence.
Include this module in proof store implementations and override all methods. The default implementations raise NotImplementedError.
Public Instance Methods¶
resolve_proof(_txid) ¶
- @raise [NotImplementedError]
store_proof(_txid, _merkle_path) ¶
- @raise [NotImplementedError]