
The data structures defined by this contract.
- { "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?" } ] }- { "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" } ] }- { "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" } ] }
- { "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" } ] }
- { "name": "paylog", "base": "", "fields": [ { "name": "height", "type": "uint64" }, { "name": "hash", "type": "checksum256" }, { "name": "owner", "type": "name" }, { "name": "type", "type": "uint8" }, { "name": "quantity", "type": "asset" } ] }
- { "name": "setstatus", "base": "", "fields": [ { "name": "disabled_withdraw", "type": "bool" } ] }
- { "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" } ] }