Record Class Net.ParamsOfWaitForCollection

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Net.ParamsOfWaitForCollection
Record Components:
collection - Collection name (accounts, blocks, transactions, messages, block_signatures)
filter - Collection filter
result - Projection (result) string
timeout - Query timeout
All Implemented Interfaces:
Net.ParamsOfQueryOperation
Enclosing class:
Net

public static record Net.ParamsOfWaitForCollection(String collection, com.fasterxml.jackson.databind.JsonNode filter, String result, Long timeout) extends Record implements Net.ParamsOfQueryOperation