MsgSetSendEnabled is the Msg/SetSendEnabled request type.

Only entries to add/update/delete need to be included. Existing SendEnabled entries that are not included in this message are left unchanged.

Since: cosmos-sdk 0.47

from message cosmos.bank.v1beta1.MsgSetSendEnabled

Hierarchy

Constructors

Properties

authority: string = ""

from field: string authority = 1;

sendEnabled: SendEnabled[] = []

send_enabled is the list of entries to add or update.

from field: repeated cosmos.bank.v1beta1.SendEnabled send_enabled = 2;

useDefaultFor: string[] = []

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.

from field: repeated string use_default_for = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.bank.v1beta1.MsgSetSendEnabled" = "cosmos.bank.v1beta1.MsgSetSendEnabled"

Methods