UNPKG

@polkadot/types

Version:
12 lines (11 loc) 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rpc = void 0; exports.rpc = { epochAuthorship: { description: 'Returns data about which slots (primary or secondary) can be claimed in the current epoch with the keys in the keystore', isUnsafe: true, params: [], type: 'HashMap<AuthorityId, EpochAuthorship>' } };