NewCommunityPoolSpendInfo
NewCommunityPoolSpendInfo creates community-pool spend data.
Parameters:
- to: Recipient address that receives the community-pool transfer.
- tokenPath: Registered token path of the asset to transfer.
- amount: Transfer amount in the token's smallest unit.
Returns:
- *CommunityPoolSpendInfo: spend data containing the recipient, token path, and amount.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/gov/governance.NewCommunityPoolSpendInfo(,,)"
Result