Class: BSV::KVStore::Token
- Inherits:
-
Data
- Object
- Data
- BSV::KVStore::Token
- Defined in:
- lib/bsv/kv_store/token.rb
Overview
Transaction output reference for a KVStore token.
Populated when include_token: true is passed to Global#get.
Instance Attribute Summary collapse
-
#beef ⇒ Object
readonly
Returns the value of attribute beef.
-
#dtxid ⇒ Object
readonly
Returns the value of attribute dtxid.
-
#output_index ⇒ Object
readonly
Returns the value of attribute output_index.
-
#satoshis ⇒ Object
readonly
Returns the value of attribute satoshis.
Instance Attribute Details
#beef ⇒ Object (readonly)
Returns the value of attribute beef
8 9 10 |
# File 'lib/bsv/kv_store/token.rb', line 8 def beef @beef end |
#dtxid ⇒ Object (readonly)
Returns the value of attribute dtxid
8 9 10 |
# File 'lib/bsv/kv_store/token.rb', line 8 def dtxid @dtxid end |
#output_index ⇒ Object (readonly)
Returns the value of attribute output_index
8 9 10 |
# File 'lib/bsv/kv_store/token.rb', line 8 def output_index @output_index end |
#satoshis ⇒ Object (readonly)
Returns the value of attribute satoshis
8 9 10 |
# File 'lib/bsv/kv_store/token.rb', line 8 def satoshis @satoshis end |