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

interface QueryDenomMetadataRequestAmino {
    denom?: string;
}

Properties

Properties

denom?: string

denom is the coin denom to query the metadata for.