Record Class Abi.ParamsOfDecodeMessage

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.ParamsOfDecodeMessage
Record Components:
abi - contract ABI
message - Message BOC
allowPartial - Flag allowing partial BOC decoding when ABI doesn't describe the full body BOC. Controls decoder behaviour when after decoding all described in ABI params there are some data left in BOC: `true` - return decoded values `false` - return error of incomplete BOC deserialization (default)
functionName - Function name or function id if is known in advance
Enclosing class:
Abi

public static record Abi.ParamsOfDecodeMessage(Abi.ABI abi, String message, Boolean allowPartial, String functionName, Abi.DataLayout dataLayout) extends Record