CommunityPoolSpendProposalAminoArgs constructor

CommunityPoolSpendProposalAminoArgs(
  1. CommunityPoolSpendProposalValueAminoArgs value
)

Implementation

CommunityPoolSpendProposalAminoArgs(this.value) {
  type = DistributionConstants.DISTRIBUTION_COMMUNITY_POOL_SPEND_PROPOSAL;
}