Skip to main content
Module

x/polkadot/types/interfaces/authorship/definitions.ts

Package publishing for deno.land/x/polkadot
Go to Latest
File

/* eslint-disable sort-keys */
import type { Definitions } from '../../types/index.ts';
export default { rpc: {}, types: { UncleEntryItem: { _enum: { InclusionHeight: 'BlockNumber', Uncle: '(Hash, Option<AccountId>)' } } }} as Definitions;