Msg

CommunityPoolSpend defines a governance operation for sending tokens from the community pool in the x/distribution module to another account, which could be the governance module itself. The authority is defined in the keeper.

Since: cosmos-sdk 0.47

post/cosmos.distribution.v1beta1.Msg/CommunityPoolSpend

Request body

authoritystring

authority is the address that controls the module (defaults to x/gov unless overwritten).

recipientstring

Response

A successful response.

Changes