UNPKG

@polkadot/types

Version:
21 lines (20 loc) 545 B
"use strict"; 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: {} } };