UNPKG

@polkadot/types

Version:
18 lines (17 loc) 474 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runtime = void 0; exports.runtime = { AuthorityDiscoveryApi: [ { methods: { authorities: { description: 'Retrieve authority identifiers of the current and next authority set.', params: [], type: 'Vec<AuthorityId>' } }, version: 1 } ] };