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

interface QueryDenomMetadataRequest {
    denom: string;
}

Properties

Properties

denom: string

denom is the coin denom to query the metadata for.