Record Class Net.ParamsOfQueryCounterparties

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Net.ParamsOfQueryCounterparties
Record Components:
account - Account address
result - Projection (result) string
first - Number of counterparties to return
after - `cursor` field of the last received result
All Implemented Interfaces:
Net.ParamsOfQueryOperation
Enclosing class:
Net

public static record Net.ParamsOfQueryCounterparties(String account, String result, Long first, String after) extends Record implements Net.ParamsOfQueryOperation