Record Class Abi.ParamsOfDecodeAccountData

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.ParamsOfDecodeAccountData
Record Components:
abi - 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.ParamsOfDecodeAccountData(Abi.ABI abi, String data, Boolean allowPartial) extends Record