QueryConnectionsRequest is the request type for the Query/DenomTraces RPC method

interface QueryDenomTracesRequestAmino {
    pagination?: PageRequestAmino;
}

Properties

Properties

pagination?: PageRequestAmino

pagination defines an optional pagination for the request.