Skip to main content
Module

x/capi/mod.ts>known.EpochAuthorship

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface known.EpochAuthorship
import { type known } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { EpochAuthorship } = known;

Holds information about the slot's that can be claimed by a given key.

Properties

primary: number[]

the array of primary slots that can be claimed

secondary: number[]

the array of secondary slots that can be claimed

secondary_vrf: number[]

The array of secondary VRF slots that can be claimed.