@daostack/client › Globals › IProposalCreateOptionsContributionRewardExt
Interface: IProposalCreateOptionsContributionRewardExt
Hierarchy
-
↳ IProposalCreateOptionsContributionRewardExt
Index
Properties
- beneficiary
- dao
- description
- descriptionHash
- ethReward
- externalTokenAddress
- externalTokenReward
- nativeTokenReward
- proposalType
- proposer
- reputationReward
- scheme
- tags
- title
- url
Properties
beneficiary
• beneficiary: Address
Defined in schemes/contributionRewardExt.ts:23
dao
• dao: Address
Inherited from IProposalBaseCreateOptions.dao
Defined in proposal.ts:871
Optional description
| • description? : *undefined | string* |
Inherited from IProposalBaseCreateOptions.description
Defined in proposal.ts:872
Optional descriptionHash
| • descriptionHash? : *undefined | string* |
Inherited from IProposalBaseCreateOptions.descriptionHash
Defined in proposal.ts:873
Optional ethReward
• ethReward? : BN
Defined in schemes/contributionRewardExt.ts:26
Optional externalTokenAddress
• externalTokenAddress? : Address
Defined in schemes/contributionRewardExt.ts:28
Optional externalTokenReward
• externalTokenReward? : BN
Defined in schemes/contributionRewardExt.ts:27
Optional nativeTokenReward
• nativeTokenReward? : BN
Defined in schemes/contributionRewardExt.ts:24
Optional proposalType
| • proposalType? : *undefined | string* |
Inherited from IProposalBaseCreateOptions.proposalType
Defined in proposal.ts:879
proposer
• proposer: Address
Defined in schemes/contributionRewardExt.ts:29
Optional reputationReward
• reputationReward? : BN
Defined in schemes/contributionRewardExt.ts:25
Optional scheme
• scheme? : Address
Inherited from IProposalBaseCreateOptions.scheme
Defined in proposal.ts:876
Optional tags
• tags? : string[]
Inherited from IProposalBaseCreateOptions.tags
Defined in proposal.ts:875
Optional title
| • title? : *undefined | string* |
Inherited from IProposalBaseCreateOptions.title
Defined in proposal.ts:874
Optional url
| • url? : *undefined | string* |
Inherited from IProposalBaseCreateOptions.url
Defined in proposal.ts:877