- Preparing search index...
 
- The search index is not available
 
TzKT SDK 
 
Type alias ProposalOperation
 
Proposal
Operation
: 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; }