Record Class Proofs.ParamsOfProofTransactionData

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Proofs.ParamsOfProofTransactionData
Record Components:
transaction - Single transaction's data as queried from DApp server, without modifications. The required fields are `id` and/or top-level `boc`, others are optional. In order to reduce network requests count, it is recommended to provide `block_id` and `boc` of transaction.
Enclosing class:
Proofs

public static record Proofs.ParamsOfProofTransactionData(com.fasterxml.jackson.databind.JsonNode transaction) extends Record