...
Code Block |
---|
{ "status": "OK" } |
Custodians
...
regcust
Register Custodian
Registering oracles
...
Implementation
New action: regcustodianregcust
Request body
Parameter | Required | Format | Definition |
---|---|---|---|
oracle_actor | Yes | 12 character string | Same as FIO account |
...
Parameter | Format | Definition |
---|---|---|
status | String | OK if successful |
...
unregcust
Unregister Custodian.
Implementation
New action: unregcustodianunregcust
Request body
Parameter | Required | Format | Definition |
---|---|---|---|
oracle_actor | Yes | 12 character string | Valid actor (account) of oracle. |
...