Class: BSV::Wallet::Postgres::Output
- Inherits:
-
Sequel::Model
- Object
- Sequel::Model
- BSV::Wallet::Postgres::Output
- Defined in:
- lib/bsv/wallet/postgres/output.rb
Instance Method Summary collapse
Instance Method Details
#basket ⇒ Object
58 59 60 |
# File 'lib/bsv/wallet/postgres/output.rb', line 58 def basket output_basket&.basket end |
#spendable? ⇒ Boolean
54 55 56 |
# File 'lib/bsv/wallet/postgres/output.rb', line 54 def spendable? !spendable_entry.nil? && input.nil? end |