java.lang.Object
tech.deplant.java4ever.binding.json.JsonData
tech.deplant.java4ever.binding.Boc.ParamsOfEncodeTvc
- Enclosing class:
- Boc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbocCache()
Cache type to put the result.code()
Contract code BOC encoded as base64 or BOC handledata()
Contract data BOC encoded as base64 or BOC handlelibrary()
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
-
ParamsOfEncodeTvc
public ParamsOfEncodeTvc()
-
-
Method Details
-
code
Contract code BOC encoded as base64 or BOC handle -
data
Contract data BOC encoded as base64 or BOC handle -
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 -
bocCache
Cache type to put the result. The BOC itself returned if no cache type provided.
-