UNPKG

179 BJavaScriptView Raw
1export const rpc = {
2 methods: {
3 description: 'Retrieves the list of RPC methods that are exposed by the node',
4 params: [],
5 type: 'RpcMethods'
6 }
7};