EOS

rescmng.xsat

Contract

The data structures defined by this contract.

  • Struct property of checklog

    Action return type for checkclient

    { "name": "CheckResult", "base": "", "fields": [ { "name": "has_auth", "type": "bool" }, { "name": "is_exists", "type": "bool" }, { "name": "balance", "type": "asset" } ] }
  • Table row type of accounts

    { "name": "account_row", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "balance", "type": "asset" } ] }
  • Action parameter in checkclient

    { "name": "checkclient", "base": "", "fields": [ { "name": "client", "type": "name" }, { "name": "type", "type": "uint8" }, { "name": "version", "type": "string?" } ] }
  • Action parameter in checklog

    { "name": "checklog", "base": "", "fields": [ { "name": "client", "type": "name" }, { "name": "type", "type": "uint8" }, { "name": "success", "type": "bool" }, { "name": "result", "type": "CheckResult" } ] }
  • Table row type of config

    { "name": "config_row", "base": "", "fields": [ { "name": "fee_account", "type": "name" }, { "name": "disabled_withdraw", "type": "bool" }, { "name": "cost_per_slot", "type": "asset" }, { "name": "cost_per_upload", "type": "asset" }, { "name": "cost_per_verification", "type": "asset" }, { "name": "cost_per_endorsement", "type": "asset" }, { "name": "cost_per_parse", "type": "asset" } ] }
  • Action parameter in depositlog

    { "name": "depositlog", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "balance", "type": "asset" } ] }
  • Table row type of heartbeats

    { "name": "heartbeat_row", "base": "", "fields": [ { "name": "client", "type": "name" }, { "name": "type", "type": "uint8" }, { "name": "version", "type": "string" }, { "name": "last_heartbeat", "type": "time_point_sec" } ] }
  • Action parameter in init

    { "name": "init", "base": "", "fields": [ { "name": "fee_account", "type": "name" }, { "name": "cost_per_slot", "type": "asset" }, { "name": "cost_per_upload", "type": "asset" }, { "name": "cost_per_verification", "type": "asset" }, { "name": "cost_per_endorsement", "type": "asset" }, { "name": "cost_per_parse", "type": "asset" } ] }
  • Action parameter in pay

    { "name": "pay", "base": "", "fields": [ { "name": "height", "type": "uint64" }, { "name": "hash", "type": "checksum256" }, { "name": "owner", "type": "name" }, { "name": "type", "type": "fee_type" }, { "name": "quantity", "type": "uint64" } ] }
  • Action parameter in paylog

    { "name": "paylog", "base": "", "fields": [ { "name": "height", "type": "uint64" }, { "name": "hash", "type": "checksum256" }, { "name": "owner", "type": "name" }, { "name": "type", "type": "uint8" }, { "name": "quantity", "type": "asset" } ] }
  • Action parameter in setstatus

    { "name": "setstatus", "base": "", "fields": [ { "name": "disabled_withdraw", "type": "bool" } ] }
  • Action parameter in withdraw

    { "name": "withdraw", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "quantity", "type": "asset" } ] }
  • Action parameter in withdrawlog

    { "name": "withdrawlog", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "balance", "type": "asset" } ] }