Record Class Proofs.ParamsOfProofBlockData

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Proofs.ParamsOfProofBlockData
Record Components:
block - Single block's data, retrieved from TONOS API, that needs proof. Required fields are `id` and/or top-level `boc` (for block identification), others are optional.
Enclosing class:
Proofs

public static record Proofs.ParamsOfProofBlockData(com.fasterxml.jackson.databind.JsonNode block) extends Record