java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Boc.ResultOfDecodeTvc
- Record Components:
code
- Contract code BOC encoded as base64 or BOC handlecodeHash
- Contract code hashcodeDepth
- Contract code depthdata
- Contract data BOC encoded as base64 or BOC handledataHash
- Contract data hashdataDepth
- Contract data depthlibrary
- Contract library BOC encoded as base64 or BOC handletick
- Specifies the contract ability to handle tick transactions `special.tick` field.tock
- Specifies the contract ability to handle tock transactions `special.tock` field.splitDepth
- Is present and non-zero only in instances of large smart contractscompilerVersion
- Compiler version, for example 'sol 0.49.0'
- Enclosing class:
Boc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()
Returns the value of thecode
record component.Returns the value of thecodeDepth
record component.codeHash()
Returns the value of thecodeHash
record component.Returns the value of thecompilerVersion
record component.data()
Returns the value of thedata
record component.Returns the value of thedataDepth
record component.dataHash()
Returns the value of thedataHash
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.library()
Returns the value of thelibrary
record component.Returns the value of thesplitDepth
record component.tick()
Returns the value of thetick
record component.tock()
Returns the value of thetock
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
ResultOfDecodeTvc
public ResultOfDecodeTvc(String code, String codeHash, Integer codeDepth, String data, String dataHash, Integer dataDepth, String library, Boolean tick, Boolean tock, Integer splitDepth, String compilerVersion) Creates an instance of aResultOfDecodeTvc
record class.- Parameters:
code
- the value for thecode
record componentcodeHash
- the value for thecodeHash
record componentcodeDepth
- the value for thecodeDepth
record componentdata
- the value for thedata
record componentdataHash
- the value for thedataHash
record componentdataDepth
- the value for thedataDepth
record componentlibrary
- the value for thelibrary
record componenttick
- the value for thetick
record componenttock
- the value for thetock
record componentsplitDepth
- the value for thesplitDepth
record componentcompilerVersion
- the value for thecompilerVersion
record component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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)
. -
code
Returns the value of thecode
record component.- Returns:
- the value of the
code
record component
-
codeHash
Returns the value of thecodeHash
record component.- Returns:
- the value of the
codeHash
record component
-
codeDepth
Returns the value of thecodeDepth
record component.- Returns:
- the value of the
codeDepth
record component
-
data
Returns the value of thedata
record component.- Returns:
- the value of the
data
record component
-
dataHash
Returns the value of thedataHash
record component.- Returns:
- the value of the
dataHash
record component
-
dataDepth
Returns the value of thedataDepth
record component.- Returns:
- the value of the
dataDepth
record component
-
library
Returns the value of thelibrary
record component.- Returns:
- the value of the
library
record component
-
tick
Returns the value of thetick
record component.- Returns:
- the value of the
tick
record component
-
tock
Returns the value of thetock
record component.- Returns:
- the value of the
tock
record component
-
splitDepth
Returns the value of thesplitDepth
record component.- Returns:
- the value of the
splitDepth
record component
-
compilerVersion
Returns the value of thecompilerVersion
record component.- Returns:
- the value of the
compilerVersion
record component
-