Msg

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

post/cosmos.protocolpool.v1.Msg/CommunityPoolSpend

Request body

authoritystring

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

recipientstring

Response

A successful response.

CosmosProtocolpoolV1MsgCommunityPoolSpendResponse required

MsgCommunityPoolSpendResponse defines the response to executing a MsgCommunityPoolSpend message.

Changes