SendEnabled maps coin denom to a send_enabled status (whether a denom is sendable).

from message cosmos.bank.v1beta1.SendEnabled

Hierarchy

Constructors

Properties

denom: string = ""

from field: string denom = 1;

enabled: boolean = false

from field: bool enabled = 2;

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

Methods