Type alias ProposalOperation
ProposalOperation: Operation & {
block?: string | null;
delegate?: Alias | null;
duplicated?: boolean;
hash?: string | null;
id?: number;
level?: number;
period?: PeriodInfo | null;
proposal?: ProposalAlias | null;
quote?: QuoteShort | null;
rolls?: number;
timestamp?: string;
type?: string | null;
votingPower?: number;
}