Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/types/interfaces/parachains/types.ts>BufferedSessionChange

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

Properties

readonly
applyAt: BlockNumber
readonly
validators: Vec<ValidatorId>
readonly
queued: Vec<ValidatorId>
readonly
sessionIndex: SessionIndex