Module java4ever.binding
Package tech.deplant.java4ever.binding
Record Class Boc.ResultOfDecodeStateInit
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Boc.ResultOfDecodeStateInit
- 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 thecoderecord component.Returns the value of thecodeDepthrecord component.codeHash()Returns the value of thecodeHashrecord component.Returns the value of thecompilerVersionrecord component.data()Returns the value of thedatarecord component.Returns the value of thedataDepthrecord component.dataHash()Returns the value of thedataHashrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.library()Returns the value of thelibraryrecord component.Returns the value of thesplitDepthrecord component.tick()Returns the value of thetickrecord component.tock()Returns the value of thetockrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ResultOfDecodeStateInit
public ResultOfDecodeStateInit(String code, String codeHash, Long codeDepth, String data, String dataHash, Long dataDepth, String library, Boolean tick, Boolean tock, Long splitDepth, String compilerVersion) Creates an instance of aResultOfDecodeStateInitrecord class.- Parameters:
code- the value for thecoderecord componentcodeHash- the value for thecodeHashrecord componentcodeDepth- the value for thecodeDepthrecord componentdata- the value for thedatarecord componentdataHash- the value for thedataHashrecord componentdataDepth- the value for thedataDepthrecord componentlibrary- the value for thelibraryrecord componenttick- the value for thetickrecord componenttock- the value for thetockrecord componentsplitDepth- the value for thesplitDepthrecord componentcompilerVersion- the value for thecompilerVersionrecord 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 thecoderecord component.- Returns:
- the value of the
coderecord component
-
codeHash
Returns the value of thecodeHashrecord component.- Returns:
- the value of the
codeHashrecord component
-
codeDepth
Returns the value of thecodeDepthrecord component.- Returns:
- the value of the
codeDepthrecord component
-
data
Returns the value of thedatarecord component.- Returns:
- the value of the
datarecord component
-
dataHash
Returns the value of thedataHashrecord component.- Returns:
- the value of the
dataHashrecord component
-
dataDepth
Returns the value of thedataDepthrecord component.- Returns:
- the value of the
dataDepthrecord component
-
library
Returns the value of thelibraryrecord component.- Returns:
- the value of the
libraryrecord component
-
tick
Returns the value of thetickrecord component.- Returns:
- the value of the
tickrecord component
-
tock
Returns the value of thetockrecord component.- Returns:
- the value of the
tockrecord component
-
splitDepth
Returns the value of thesplitDepthrecord component.- Returns:
- the value of the
splitDepthrecord component
-
compilerVersion
Returns the value of thecompilerVersionrecord component.- Returns:
- the value of the
compilerVersionrecord component
-