UNPKG

@polkadot/types

Version:
19 lines (18 loc) 465 B
export 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: {} } };