Get BOC from cache
ResultOfBocCacheGet
Get BOC from cache
NOTE: Available only for lib-node
binding.
ResultOfBocCacheGet
Save BOC into cache or increase pin counter for existing pinned BOC
ResultOfBocCacheSet
Save BOC into cache or increase pin counter for existing pinned BOC
NOTE: Available only for lib-node
binding.
ResultOfBocCacheSet
Unpin BOCs with specified pin defined in the cache_set
. Decrease pin reference counter for BOCs with specified pin defined in the cache_set
. BOCs which have only 1 pin and its reference counter become 0 will be removed from cache
Unpin BOCs with specified pin defined in the cache_set
. Decrease pin reference counter for BOCs with specified pin defined in the cache_set
. BOCs which have only 1 pin and its reference counter become 0 will be removed from cache
NOTE: Available only for lib-node
binding.
Decodes contract's initial state into code, data, libraries and special options.
ResultOfDecodeStateInit
Decodes contract's initial state into code, data, libraries and special options.
NOTE: Available only for lib-node
binding.
ResultOfDecodeStateInit
Decodes tvc according to the tvc spec. Read more about tvc structure here https://github.com/everx-labs/ever-struct/blob/main/src/scheme/mod.rs#L30
ResultOfDecodeTvc
Decodes tvc according to the tvc spec. Read more about tvc structure here https://github.com/everx-labs/ever-struct/blob/main/src/scheme/mod.rs#L30
NOTE: Available only for lib-node
binding.
ResultOfDecodeTvc
Encodes bag of cells (BOC) with builder operations. This method provides the same functionality as Solidity TvmBuilder. Resulting BOC of this method can be passed into Solidity and C++ contracts as TvmCell type.
ResultOfEncodeBoc
Encodes bag of cells (BOC) with builder operations. This method provides the same functionality as Solidity TvmBuilder. Resulting BOC of this method can be passed into Solidity and C++ contracts as TvmCell type.
NOTE: Available only for lib-node
binding.
ResultOfEncodeBoc
Encodes a message
ResultOfEncodeExternalInMessage
Encodes a message
ResultOfEncodeExternalInMessage
Encodes initial contract state from code, data, libraries ans special options (see input params)
ResultOfEncodeStateInit
Encodes initial contract state from code, data, libraries ans special options (see input params)
NOTE: Available only for lib-node
binding.
ResultOfEncodeStateInit
Extract blockchain configuration from key block and also from zerostate.
ResultOfGetBlockchainConfig
Extract blockchain configuration from key block and also from zerostate.
NOTE: Available only for lib-node
binding.
ResultOfGetBlockchainConfig
Calculates BOC depth
ResultOfGetBocDepth
Calculates BOC depth
NOTE: Available only for lib-node
binding.
ResultOfGetBocDepth
Calculates BOC root hash
ResultOfGetBocHash
Calculates BOC root hash
NOTE: Available only for lib-node
binding.
ResultOfGetBocHash
Extracts code from TVC contract image
ResultOfGetCodeFromTvc
Extracts code from TVC contract image
NOTE: Available only for lib-node
binding.
ResultOfGetCodeFromTvc
Returns the contract code's salt if it is present.
ResultOfGetCodeSalt
Returns the contract code's salt if it is present.
NOTE: Available only for lib-node
binding.
ResultOfGetCodeSalt
Returns the compiler version used to compile the code.
ResultOfGetCompilerVersion
Returns the compiler version used to compile the code.
NOTE: Available only for lib-node
binding.
ResultOfGetCompilerVersion
Parses account boc into a JSON
ResultOfParse
Parses account boc into a JSON
ResultOfParse
Parses block boc into a JSON
ResultOfParse
Parses block boc into a JSON
ResultOfParse
Parses message boc into a JSON
ResultOfParse
Parses message boc into a JSON
ResultOfParse
Parses shardstate boc into a JSON
ResultOfParse
Parses shardstate boc into a JSON
ResultOfParse
Parses transaction boc into a JSON
ResultOfParse
Parses transaction boc into a JSON
ResultOfParse
Sets new salt to contract code.
ResultOfSetCodeSalt
Sets new salt to contract code.
ResultOfSetCodeSalt
Generated using TypeDoc
BOC manipulation module.