CommunityPoolSpendProposalDataArgs constructor

CommunityPoolSpendProposalDataArgs(
  1. String title,
  2. String description,
  3. String recipient,
  4. List<CoinDataArgs> amount,
)

Implementation

CommunityPoolSpendProposalDataArgs(
    this.title, this.description, this.recipient, this.amount) {
  type = CosmosConstants.COSMOS_DISTRIBUTION_MSG_COMMUNITY_POOLSPENDPROPOSAL;
}