Msg

SetSendEnabled is a governance operation for setting the SendEnabled flag on any number of Denoms. Only the entries to add or update should be included. Entries that already exist in the store, but that aren't included in this message, will be left unchanged.

Since: cosmos-sdk 0.47

post/cosmos.bank.v1beta1.Msg/SetSendEnabled

Request body

authoritystring

authority is the address that controls the module.

use_default_forstring[]

use_default_for is a list of denoms that should use the params.default_send_enabled value. Denoms listed here will have their SendEnabled entries deleted. If a denom is included that doesn't have a SendEnabled entry, it will be ignored.

Response

A successful response.

Changes

No recorded changes to this endpoint across all 1 revision of this API.