QueryCodesRequest is the request type for the Query/Codes RPC method

interface QueryCodesRequestAmino {
    pagination?: PageRequestAmino;
}

Properties

Properties

pagination?: PageRequestAmino

pagination defines an optional pagination for the request.