Module

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

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

Properties

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