Record Class ContractAbi

java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.ContractAbi

public record ContractAbi(tech.deplant.java4ever.binding.Abi.AbiContract abiContract) extends Record
Holds entire ABI structure and has helper methods to check functions availability or getting input types and so on. Use factory methods to create from File or JsonNode.