Class: NounsSeeder

Inherits:
Ethlite::Contract show all
Defined in:
lib/ethlite/contracts/nouns_seeder.rb

Instance Method Summary collapse

Methods inherited from Ethlite::Contract

address, at, default_address, #do_call, #initialize, methods, sig

Constructor Details

This class inherits a constructor from Ethlite::Contract

Instance Method Details

#generateSeed(nounId, descriptor) ⇒ Object

function generateSeed(uint256 nounId, contract INounsDescriptor descriptor) ⇒ (struct INounsSeeder.Seed _) readonly



13
14
15
# File 'lib/ethlite/contracts/nouns_seeder.rb', line 13

def generateSeed(nounId, descriptor)
  do_call("generateSeed", nounId, descriptor)
end