Check B58 Type

Check the type of the b58 code

Parameters

Required ParamPurposeRequirements

b58_code

The code to check

String

Example

{
  "method": "check_b58_type",
  "params": {
    "b58_code": "3Th9MSyznKV8VWAHAYoF8ZnVVunaTcMjRTnXvtzqeJPfAY8c7uQn71d6McViyzjLaREg7AppT7quDmBRG5E48csVhhzF4TEn1tw9Ekwr2hrq57A8cqR6sqpNC47mF7kHe"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated