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