Method: PunkBlocks#nextId
- Defined in:
- lib/ethlite/contracts/punk_blocks.rb
#nextId ⇒ Object
storage - uint256 public nextId
next id to use when adding a block
121 122 123 |
# File 'lib/ethlite/contracts/punk_blocks.rb', line 121 def nextId() do_call("nextId") end |