CommunityPoolSpendProposal constructor

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

Implementation

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