Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/staking/types.ts>ElectionSize

Package publishing for deno.land/x/polkadot
Latest
interface ElectionSize
implements Struct
import { type ElectionSize } from "https://deno.land/x/polkadot@0.2.45/types/interfaces/staking/types.ts";

Properties

readonly
validators: Compact<ValidatorIndex>
readonly
nominators: Compact<NominatorIndex>