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

x/polkadot/types/interfaces/index.ts>AuthoritySet

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

Properties

readonly
currentAuthorities: AuthorityList
readonly
setId: u64
readonly
pendingStandardChanges: ForkTreePendingChange
readonly
pendingForcedChanges: Vec<PendingChange>
readonly
authoritySetChanges: AuthoritySetChanges