@daostack/client › Globals › ICompetitionSuggestionState
- ICompetitionSuggestionState
- createdAt
- description
- descriptionHash
- id
- isWinner
- positionInWinnerList
- proposal
- redeemedAt
- rewardPercentage
- suggester
- suggestionId
- tags
- title
- totalVotes
- url
• createdAt: Date
Defined in schemes/competition.ts:65
• description? : undefined | string
Defined in schemes/competition.ts:58
• descriptionHash: string
Defined in schemes/competition.ts:56
• id: string
Defined in schemes/competition.ts:53
• isWinner: boolean
Defined in schemes/competition.ts:69
• positionInWinnerList: number | null
Defined in schemes/competition.ts:68
• proposal: string
Defined in schemes/competition.ts:55
• redeemedAt: Date | null
Defined in schemes/competition.ts:66
• rewardPercentage: number
Defined in schemes/competition.ts:67
• suggester: Address
Defined in schemes/competition.ts:61
• suggestionId: number
Defined in schemes/competition.ts:54
• tags: string[]
Defined in schemes/competition.ts:63
• title? : undefined | string
Defined in schemes/competition.ts:57
• totalVotes: BN
Defined in schemes/competition.ts:64
• url? : undefined | string
Defined in schemes/competition.ts:59