Record Class Abi.ParamsOfDecodeInitialData

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.ParamsOfDecodeInitialData
Record Components:
abi - Initial data is decoded if this parameter is provided Contract ABI.
data - Data BOC or BOC handle
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)
Enclosing class:
Abi

public static record Abi.ParamsOfDecodeInitialData(Abi.ABI abi, String data, Boolean allowPartial) extends Record