{ "types": [], "structs": [{ "name": "buyrambytes", "base": "", "fields": [ {"name":"payer", "type":"account_name"}, {"name":"receiver", "type":"account_name"}, {"name":"bytes", "type":"uint32"} ] },{ "name": "sellram", "base": "", "fields": [ {"name":"account", "type":"account_name"}, {"name":"bytes", "type":"uint32"} ] },{ "name": "buyram", "base": "", "fields": [ {"name":"payer", "type":"account_name"}, {"name":"receiver", "type":"account_name"}, {"name":"quant", "type":"asset"} ] },{ "name": "delegatebw", "base": "", "fields": [ {"name":"from", "type":"account_name"}, {"name":"receiver", "type":"account_name"}, {"name":"stake_net_quantity", "type":"asset"}, {"name":"stake_cpu_quantity", "type":"asset"} ] },{ "name": "undelegatebw", "base": "", "fields": [ {"name":"from", "type":"account_name"}, {"name":"receiver", "type":"account_name"}, {"name":"unstake_net_quantity", "type":"asset"}, {"name":"unstake_cpu_quantity", "type":"asset"} ] },{ "name": "refund", "base": "", "fields": [ {"name":"owner", "type":"account_name"} ] },{ "name": "delegated_bandwidth", "base": "", "fields": [ {"name":"from", "type":"account_name"}, {"name":"to", "type":"account_name"}, {"name":"net_weight", "type":"uint64"}, {"name":"cpu_weight", "type":"uint64"}, {"name":"ram_bytes", "type":"uint64"} ] },{ "name": "user_resources", "base": "", "fields": [ {"name":"owner", "type":"account_name"}, {"name":"net_weight", "type":"asset"}, {"name":"cpu_weight", "type":"asset"}, {"name":"ram_bytes", "type":"uint64"} ] },{ "name": "total_resources", "base": "", "fields": [ {"name":"owner", "type":"account_name"}, {"name":"net_weight", "type":"asset"}, {"name":"cpu_weight", "type":"asset"}, {"name":"ram_bytes", "type":"uint64"} ] },{ "name": "refund_request", "base": "", "fields": [ {"name":"owner", "type":"account_name"}, {"name":"request_time", "type":"time"}, {"name":"amount", "type":"uint64"} ] },{ "name": "blockchain_parameters", "base": "", "fields": [ {"name":"max_block_net_usage", "type": "uint32"}, {"name":"target_block_net_usage_pct", "type": "uint32"}, {"name":"max_transaction_net_usage", "type":"uint32"}, {"name":"base_per_transaction_net_usage", "type":"uint32"}, {"name":"net_usage_leeway", "type":"uint32"}, {"name":"context_free_discount_net_usage_num", "type":"uint32"}, {"name":"context_free_discount_net_usage_den", "type":"uint32"}, {"name":"max_block_cpu_usage", "type": "uint64"}, {"name":"target_block_cpu_usage_pct", "type": "uint32"}, {"name":"max_transaction_cpu_usage", "type":"uint32"}, {"name":"base_per_transaction_cpu_usage", "type":"uint32"}, {"name":"base_per_action_cpu_usage", "type":"uint32"}, {"name":"base_setcode_cpu_usage", "type":"uint32"}, {"name":"per_signature_cpu_usage", "type":"uint32"}, {"name":"cpu_usage_leeway", "type":"uint32"}, {"name":"context_free_discount_cpu_usage_num", "type":"uint32"}, {"name":"context_free_discount_cpu_usage_den", "type":"uint32"}, {"name":"max_transaction_lifetime", "type":"uint32"}, {"name":"deferred_trx_expiration_window", "type":"uint32"}, {"name":"max_transaction_delay", "type":"uint32"}, {"name":"max_inline_action_size", "type":"uint32"}, {"name":"max_inline_action_depth", "type":"uint16"}, {"name":"max_authority_depth", "type":"uint16"}, {"name":"max_generated_transaction_count", "type":"uint32"} ] },{ "name": "eosio_parameters", "base": "blockchain_parameters", "fields": [ {"name":"max_ram_size", "type":"uint64"}, {"name":"percent_of_max_inflation_rate", "type":"uint32"} ] },{ "name": "eosio_global_state", "base": "eosio_parameters", "fields": [ {"name":"total_ram_bytes_reserved", "type":"uint64"}, {"name":"total_ram_stake", "type":"uint64"}, {"name":"payment_per_block", "type":"uint64"} ] },{ "name": "producer_info", "base": "", "fields": [ {"name":"owner", "type":"account_name"}, {"name":"total_votes", "type":"uint128"}, {"name":"packed_key", "type":"public_key"}, {"name":"per_block_payments", "type":"uint64"}, {"name":"last_claim_time", "type":"time"} ] },{ "name": "regproducer", "base": "", "fields": [ {"name":"producer", "type":"account_name"}, {"name":"producer_key", "type":"public_key"}, {"name":"url", "type":"string"} ] },{ "name": "unregprod", "base": "", "fields": [ {"name":"producer", "type":"account_name"} ] },{ "name": "setram", "base": "", "fields": [ {"name":"max_ram_size", "type":"uint64"} ] },{ "name": "regproxy", "base": "", "fields": [ {"name":"proxy", "type":"account_name"}, {"name":"isproxy", "type":"bool"} ] },{ "name": "voteproducer", "base": "", "fields": [ {"name":"voter", "type":"account_name"}, {"name":"proxy", "type":"account_name"}, {"name":"producers", "type":"account_name[]"} ] },{ "name": "voter_info", "base": "", "fields": [ {"name":"owner", "type":"account_name"}, {"name":"proxy", "type":"account_name"}, {"name":"producers", "type":"account_name[]"}, {"name":"staked", "type":"uint64"}, {"name":"last_vote_weight", "type":"float64"}, {"name":"proxied_vote_weight", "type":"float64"}, {"name":"is_proxy", "type":"bool"}, {"name":"deferred_trx_id", "type":"uint32"}, {"name":"last_unstake_time", "type":"time"}, {"name":"unstaking", "type":"asset"} ] },{ "name": "claimrewards", "base": "", "fields": [ {"name":"owner", "type":"account_name"} ] } ], "actions": [ { "name": "buyrambytes", "type": "buyrambytes", "ricardian_contract": "" },{ "name": "buyram", "type": "buyram", "ricardian_contract": "" },{ "name": "sellram", "type": "sellram", "ricardian_contract": "" },{ "name": "delegatebw", "type": "delegatebw", "ricardian_contract": "" },{ "name": "undelegatebw", "type": "undelegatebw", "ricardian_contract": "" },{ "name": "refund", "type": "refund", "ricardian_contract": "" },{ "name": "regproducer", "type": "regproducer", "ricardian_contract": "" },{ "name": "setram", "type": "setram", "ricardian_contract": "" },{ "name": "unregprod", "type": "unregprod", "ricardian_contract": "" },{ "name": "regproxy", "type": "regproxy", "ricardian_contract": "" },{ "name": "voteproducer", "type": "voteproducer", "ricardian_contract": "" },{ "name": "claimrewards", "type": "claimrewards", "ricardian_contract": "" } ], "tables": [{ "name": "producerinfo", "type": "producer_info", "index_type": "i64", "key_names" : ["owner"], "key_types" : ["uint64"] },{ "name": "global", "type": "eosio_global_state", "index_type": "i64", "key_names" : [], "key_types" : [] },{ "name": "voters", "type": "voter_info", "index_type": "i64", "key_names" : ["owner"], "key_types" : ["account_name"] },{ "name": "userres", "type": "user_resources", "index_type": "i64", "key_names" : ["owner"], "key_types" : ["uint64"] },{ "name": "totalband", "type": "total_resources", "index_type": "i64", "key_names" : ["owner"], "key_types" : ["uint64"] },{ "name": "delband", "type": "delegated_bandwidth", "index_type": "i64", "key_names" : ["to"], "key_types" : ["uint64"] },{ "name": "refunds", "type": "refund_request", "index_type": "i64", "key_names" : ["owner"], "key_types" : ["uint64"] } ], "ricardian_clauses": [] }