vinicius73/steem-js

View on GitHub
packages/api/methods/available/witness_api.json

Summary

Maintainability
Test Coverage
[
  {
    "name": "get_account_bandwidth",
    "args": [
      "account",
      "type"
    ],
    "ret": []
  },
  {
    "name": "get_reserve_ratio",
    "args": [],
    "ret": [
      "id",
      "average_block_size",
      "current_reserve_ratio",
      "max_virtual_bandwidth"
    ]
  }
]