Skip to main content
Module

x/polkadot/types/interfaces/types.ts>SessionInfo

Package publishing for deno.land/x/polkadot
Go to Latest
interface SessionInfo
implements Struct
import { type SessionInfo } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/types.ts";

Properties

readonly
activeValidatorIndices: Vec<ParaValidatorIndex>
readonly
randomSeed: U8aFixed
readonly
disputePeriod: SessionIndex
readonly
validators: Vec<ValidatorId>
readonly
discoveryKeys: Vec<AuthorityDiscoveryId>
readonly
assignmentKeys: Vec<AssignmentId>
readonly
validatorGroups: Vec<Vec<ValidatorIndex>>
readonly
nCores: u32
readonly
zerothDelayTrancheWidth: u32
readonly
relayVrfModuloSamples: u32
readonly
nDelayTranches: u32
readonly
noShowSlots: u32
readonly
neededApprovals: u32