Record Class Net.ParamsOfQueryTransactionTree

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Net.ParamsOfQueryTransactionTree
Record Components:
inMsg - Input message id.
abiRegistry - List of contract ABIs that will be used to decode message bodies. Library will try to decode each returned message body using any ABI from the registry.
timeout - If some of the following messages and transactions are missing yet The maximum waiting time is regulated by this option. Default value is 60000 (1 min). If `timeout` is set to 0 then function will wait infinitely until the whole transaction tree is executed Timeout used to limit waiting time for the missing messages and transaction.
transactionMaxCount - If transaction tree contains more transaction then this parameter then only first `transaction_max_count` transaction are awaited and returned. Default value is 50. If `transaction_max_count` is set to 0 then no limitation on transaction count is used and all transaction are returned. Maximum transaction count to wait.
Enclosing class:
Net

public static record Net.ParamsOfQueryTransactionTree(String inMsg, Abi.ABI[] abiRegistry, Long timeout, Long transactionMaxCount) extends Record