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

interface QueryDenomTraceRequest {
    hash: string;
}

Properties

Properties

hash: string

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