UNPKG

@substrate/api-sidecar

Version:

REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.

3 lines (2 loc) 160 B
export declare const badStakingBlocks: Record<string, Set<number>>; export declare const isBadStakingBlock: (specName: string, blockNumber: number) => boolean;