Skip to content

Instantly share code, notes, and snippets.

@hashware
Created June 20, 2018 13:39
Show Gist options
  • Save hashware/2144969bccbedd91574d9261eaf9cd46 to your computer and use it in GitHub Desktop.
Save hashware/2144969bccbedd91574d9261eaf9cd46 to your computer and use it in GitHub Desktop.
{
  "account_name": "eosio.vpay",
  "head_block_num": 1709902,
  "head_block_time": "2018-06-20T13:39:24.500",
  "privileged": false,
  "last_code_update": "1970-01-01T00:00:00.000",
  "created": "2018-06-09T11:57:51.500",
  "ram_quota": -1,
  "net_weight": -1,
  "cpu_weight": -1,
  "net_limit": {
    "used": -1,
    "available": -1,
    "max": -1
  },
  "cpu_limit": {
    "used": -1,
    "available": -1,
    "max": -1
  },
  "ram_usage": 6944,
  "permissions": [{
      "perm_name": "active",
      "parent": "owner",
      "required_auth": {
        "threshold": 1,
        "keys": [],
        "accounts": [{
            "permission": {
              "actor": "eosio",
              "permission": "active"
            },
            "weight": 1
          }
        ],
        "waits": []
      }
    },{
      "perm_name": "owner",
      "parent": "",
      "required_auth": {
        "threshold": 1,
        "keys": [],
        "accounts": [{
            "permission": {
              "actor": "eosio",
              "permission": "active"
            },
            "weight": 1
          }
        ],
        "waits": []
      }
    }
  ],
  "total_resources": null,
  "self_delegated_bandwidth": null,
  "refund_request": null,
  "voter_info": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment