Record Class BlockAccountBlocks

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockAccountBlocks

public record BlockAccountBlocks(String account_addr, String new_hash, String old_hash, Integer tr_count, List<BlockAccountBlocksTransactions> transactions) extends Record