QueryDenomTraceRequest is the request type for the Query/DenomTrace RPC method

interface QueryDenomTraceRequestAmino {
    hash?: string;
}

Properties

Properties

hash?: string

hash (in hex format) of the denomination trace information.