QueryDenomMetadataRequest is the request type for the DenomMetadata gRPC method.

interface QueryDenomMetadataRequest {
    denom: string;
}

Properties

Properties

denom: string

denom is the coin denom to query the metadata for.