Class: Simulacrum::Block
- Inherits:
-
Object
- Object
- Simulacrum::Block
- Defined in:
- lib/soliscript/simulacrum.rb
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Method Summary collapse
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number.
28 29 30 |
# File 'lib/soliscript/simulacrum.rb', line 28 def number @number end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
28 29 30 |
# File 'lib/soliscript/simulacrum.rb', line 28 def end |
Instance Method Details
#blockhash(block_number) ⇒ Object
30 31 32 |
# File 'lib/soliscript/simulacrum.rb', line 30 def blockhash( block_number ) ## check what to return here??? end |