@firebolt-js/openrpc
Version:
The Firebolt SDK Code & Doc Generator
27 lines (15 loc) • 306 B
Markdown
### ${method.name}
${method.description}
To get the value of `${method.name}` call the method like this:
```typescript
${method.signature}
```
${method.params}
Promise resolution:
${method.result}
${method.capabilities}
#### Examples
${method.examples}
${method.setter}
${method.subscriber}