QueryConnectionsResponse is the response type for the Query/DenomTraces RPC method.

interface QueryDenomTracesResponse {
    denomTraces: DenomTrace[];
    pagination?: PageResponse;
}

Properties

denomTraces: DenomTrace[]

denom_traces returns all denominations trace information.

pagination?: PageResponse

pagination defines the pagination in the response.