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.

WARNING: This method will fail if an external community pool is used.

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.

CosmosDistributionV1beta1MsgCommunityPoolSpendResponse required

MsgCommunityPoolSpendResponse defines the response to executing a MsgCommunityPoolSpend message.

Changes