Module BSV::Wallet::Interface::UTXOPool ¶
Duck-typed UTXO pool interface for managing pre-funded outputs.
Include this module in pool implementations and override all instance methods that raise NotImplementedError.
Constants¶
MAX_RETRIES ¶
Not documented.
Public Instance Methods¶
acquire() ¶
- @raise [NotImplementedError]
release(_outpoint) ¶
- @raise [NotImplementedError]
shutdown() ¶
- @raise [NotImplementedError]
status() ¶
- @raise [NotImplementedError]