java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Tvm.ResultOfRunTvm
- Record Components:
outMessages
- Encoded as `base64` List of output messages' BOCs.decoded
- Optional decoded message bodies according to the optional `abi` parameter.account
- Encoded as `base64`. Attention! Only `account_state.storage.state.data` part of the BOC is updated. Updated account state BOC.
- Enclosing class:
Tvm
public static record Tvm.ResultOfRunTvm(String[] outMessages, Processing.DecodedOutput decoded, String account)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionResultOfRunTvm
(String[] outMessages, Processing.DecodedOutput decoded, String account) Creates an instance of aResultOfRunTvm
record class. -
Method Summary
Modifier and TypeMethodDescriptionaccount()
Returns the value of theaccount
record component.decoded()
Returns the value of thedecoded
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.String[]
Returns the value of theoutMessages
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
ResultOfRunTvm
Creates an instance of aResultOfRunTvm
record class.- Parameters:
outMessages
- the value for theoutMessages
record componentdecoded
- the value for thedecoded
record componentaccount
- the value for theaccount
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)
. -
outMessages
Returns the value of theoutMessages
record component.- Returns:
- the value of the
outMessages
record component
-
decoded
-
account
-