UNPKG

@polkadot/types

Version:
9 lines (8 loc) 267 B
import type { Enum } from '@polkadot/types-codec'; /** @name StatementKind */ export interface StatementKind extends Enum { readonly isRegular: boolean; readonly isSaft: boolean; readonly type: 'Regular' | 'Saft'; } export type PHANTOM_CLAIMS = 'claims';