EOS

cccpool.ccc

Contract

The data structures defined by this contract.

  • Table row type of config

    { "name": "config", "base": "", "fields": [ { "name": "last_mine", "type": "uint32" }, { "name": "rate", "type": "uint32" } ] }
  • Action parameter in mine

    { "name": "mine", "base": "", "fields": [ { "name": "user", "type": "name" } ] }
  • Action parameter in setrate

    { "name": "setrate", "base": "", "fields": [ { "name": "rate", "type": "uint32" } ] }