Module java4ever.binding
Package tech.deplant.java4ever.binding
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
-
Constructor Summary
ConstructorsConstructorDescriptionParamsOfEncodeInternalMessage
(Abi.ABI abi, String address, String srcAddress, Abi.DeploySet deploySet, Abi.CallSet callSet, String value, Boolean bounce, Boolean enableIhr) Creates an instance of aParamsOfEncodeInternalMessage
record class. -
Method Summary
Modifier and TypeMethodDescriptionabi()
Returns the value of theabi
record component.address()
Returns the value of theaddress
record component.bounce()
Returns the value of thebounce
record component.callSet()
Returns the value of thecallSet
record component.Returns the value of thedeploySet
record component.Returns the value of theenableIhr
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of thesrcAddress
record component.final String
toString()
Returns a string representation of this record class.value()
Returns the value of thevalue
record component.
-
Constructor Details
-
ParamsOfEncodeInternalMessage
public ParamsOfEncodeInternalMessage(Abi.ABI abi, String address, String srcAddress, Abi.DeploySet deploySet, Abi.CallSet callSet, String value, Boolean bounce, Boolean enableIhr) Creates an instance of aParamsOfEncodeInternalMessage
record class.- Parameters:
abi
- the value for theabi
record componentaddress
- the value for theaddress
record componentsrcAddress
- the value for thesrcAddress
record componentdeploySet
- the value for thedeploySet
record componentcallSet
- the value for thecallSet
record componentvalue
- the value for thevalue
record componentbounce
- the value for thebounce
record componentenableIhr
- the value for theenableIhr
record component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
abi
-
address
-
srcAddress
Returns the value of thesrcAddress
record component.- Returns:
- the value of the
srcAddress
record component
-
deploySet
-
callSet
-
value
-
bounce
-
enableIhr
-