QueryDenomMetadataResponse is the response type for the Query/DenomMetadata RPC method.

interface QueryDenomMetadataResponseAmino {
    metadata?: MetadataAmino;
}

Properties

Properties

metadata?: MetadataAmino

metadata describes and provides all the client information for the requested token.