zenith/zenith-openrpc.json
2024-08-03 07:00:12 -05:00

23 lines
393 B
JSON

{
"openrpc": "1.0.0-rc1",
"info": {
"version": "0.1.0",
"title": "Zenith RPC",
"description": "The RPC methods to interact with the Zenith Zcash wallet",
"license": {
"name": "MIT"
}
},
"servers": [
{
"url": "http://localhost:8234"
}
],
"methods": [],
"components": {
"contentDescriptors": {},
"schemas": {},
"examples": {}
}
}