java.lang.Object
tech.deplant.java4ever.binding.json.JsonData
tech.deplant.java4ever.binding.Boc.ResultOfDecodeTvc
- Enclosing class:
- Boc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()
Contract code BOC encoded as base64 or BOC handleContract code depthcodeHash()
Contract code hashCompiler version, for example 'sol 0.49.0'data()
Contract data BOC encoded as base64 or BOC handleContract data depthdataHash()
Contract data hashlibrary()
Contract library BOC encoded as base64 or BOC handleIs present and non-zero only in instances of large smart contractstick()
`special.tick` field.tock()
`special.tock` field.
-
Constructor Details
-
ResultOfDecodeTvc
public ResultOfDecodeTvc()
-
-
Method Details
-
code
Contract code BOC encoded as base64 or BOC handle -
codeHash
Contract code hash -
codeDepth
Contract code depth -
data
Contract data BOC encoded as base64 or BOC handle -
dataHash
Contract data hash -
dataDepth
Contract data depth -
library
Contract library BOC encoded as base64 or BOC handle -
tick
`special.tick` field. -
tock
`special.tock` field. -
splitDepth
Is present and non-zero only in instances of large smart contracts -
compilerVersion
Compiler version, for example 'sol 0.49.0'
-