UNPKG

376 BJavaScriptView Raw
1export const runtime = {
2 AuthorityDiscoveryApi: [
3 {
4 methods: {
5 authorities: {
6 description: 'Retrieve authority identifiers of the current and next authority set.',
7 params: [],
8 type: 'Vec<AuthorityId>'
9 }
10 },
11 version: 1
12 }
13 ]
14};