CommunityPoolSpendProposalValueAminoArgs constructor

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

Implementation

CommunityPoolSpendProposalValueAminoArgs(
    this.title, this.description, this.recipient, this.amount);