Example using the defaults, backed by Steem Engine:
rpc = Radiator::SSC::Contracts.new rpc.contract('tokens')
Parameters:
Returns:
the contract specified from the database
21 22 23
# File 'lib/radiator/ssc/contracts.rb', line 21 def contract(name) request(method: 'getContract', params: {name: name}) end