Record Class Abi.CallSet

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.CallSet
Record Components:
functionName - Function name that is being called. Or function id encoded as string in hex (starting with 0x).
header - If an application omits some header parameters required by the contract's ABI, the library will set the default values for them. Function header.
input - Function input parameters according to ABI.
Enclosing class:
Abi

public static record Abi.CallSet(String functionName, Abi.FunctionHeader header, com.fasterxml.jackson.databind.JsonNode input) extends Record