UNPKG

163 BTypeScriptView Raw
1import type { Vec, bool } from '@polkadot/types-codec';
2/** @name Approvals */
3export interface Approvals extends Vec<bool> {
4}
5export type PHANTOM_POLL = 'poll';