@firebolt-js/openrpc
Version:
The Firebolt SDK Code & Doc Generator
26 lines • 513 B
JSON
[
{
"jsonrpc": "2.0",
"id": 1,
"method": "${info.title}.${method.name}",
"params": {
"TBD": "TBD"
}
},
{
"jsonrpc": "2.0",
"id": 2,
"method": "${info.title}.on${method.item}Available",
"params": {
"listen": true
}
},
{
"jsonrpc": "2.0",
"id": 3,
"method": "${info.title}.on${method.item}Unavailable",
"params": {
"listen": true
}
}
]