QuerySendEnabledResponse defines the RPC response of a SendEnable query.

Since: cosmos-sdk 0.47

from message cosmos.bank.v1beta1.QuerySendEnabledResponse

Hierarchy

Constructors

Properties

pagination?: PageResponse

pagination defines the pagination in the response. This field is only populated if the denoms field in the request is empty.

from field: cosmos.base.query.v1beta1.PageResponse pagination = 99;

sendEnabled: SendEnabled[] = []

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

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

Methods