@polkadot/types
Version:
Implementation of the Parity codec
12 lines (11 loc) • 389 B
JavaScript
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>'
}
};
;