QueryDenomMetadataRequest is the request type for the Query/DenomMetadata RPC method.

from message cosmos.bank.v1beta1.QueryDenomMetadataRequest

Hierarchy

Constructors

Properties

denom: string = ""

denom is the coin denom to query the metadata for.

from field: string denom = 1;

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

Methods