Record Class Abi.ParamsOfEncodeInternalMessage

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Abi.ParamsOfEncodeInternalMessage
Record Components:
abi - Can be None if both deploy_set and call_set are None. Contract ABI.
address - Must be specified in case of non-deploy message. Target address the message will be sent to.
srcAddress - Source address of the message.
deploySet - Must be specified in case of deploy message. Deploy parameters.
callSet - Must be specified in case of non-deploy message. In case of deploy message it is optional and contains parameters of the functions that will to be called upon deploy transaction. Function call parameters.
value - Value in nanotokens to be sent with message.
bounce - Default is true. Flag of bounceable message.
enableIhr - Default is false. Enable Instant Hypercube Routing for the message.
Enclosing class:
Abi

public static record Abi.ParamsOfEncodeInternalMessage(Abi.ABI abi, String address, String srcAddress, Abi.DeploySet deploySet, Abi.CallSet callSet, String value, Boolean bounce, Boolean enableIhr) extends Record