Method: PunkBlocks#index

Defined in:
lib/ethlite/contracts/punk_blocks.rb

#index(arg0) ⇒ Object

storage - mapping(uint256 => bytes32) public index

index of each block by its sequence


113
114
115
# File 'lib/ethlite/contracts/punk_blocks.rb', line 113

def index(arg0)
  do_call("index", arg0)
end