@polkadot/types
Version:
Implementation of the Parity codec
21 lines (20 loc) • 545 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
rpc: {},
types: {
BlockAttestations: {
receipt: 'CandidateReceipt',
valid: 'Vec<AccountId>',
invalid: 'Vec<AccountId>'
},
IncludedBlocks: {
actualNumber: 'BlockNumber',
session: 'SessionIndex',
randomSeed: 'H256',
activeParachains: 'Vec<ParaId>',
paraBlocks: 'Vec<Hash>'
},
MoreAttestations: {}
}
};
;