polkadot-js/api

View on GitHub
packages/types/src/interfaces/consensus/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */

import type { U8aFixed } from '@polkadot/types-codec';
import type { AccountId } from '@polkadot/types/interfaces/runtime';

/** @name AuthorityId */
export interface AuthorityId extends AccountId {}

/** @name RawVRFOutput */
export interface RawVRFOutput extends U8aFixed {}

export type PHANTOM_CONSENSUS = 'consensus';