Combines hex
-encoded signature
with base64
-encoded unsigned_message
. Returns signed message encoded in base64
.
ResultOfAttachSignature
Combines hex
-encoded signature
with base64
-encoded unsigned_message
. Returns signed message encoded in base64
.
NOTE: Available only for lib-node
binding.
ResultOfAttachSignature
ResultOfAttachSignatureToMessageBody
NOTE: Available only for lib-node
binding.
ResultOfAttachSignatureToMessageBody
Calculates contract function ID by contract ABI
ResultOfCalcFunctionId
Calculates contract function ID by contract ABI
NOTE: Available only for lib-node
binding.
ResultOfCalcFunctionId
Decodes account data using provided data BOC and ABI.
ResultOfDecodeAccountData
Decodes account data using provided data BOC and ABI.
ResultOfDecodeAccountData
Decodes BOC into JSON as a set of provided parameters.
ResultOfDecodeBoc
Decodes BOC into JSON as a set of provided parameters.
ResultOfDecodeBoc
Decodes initial values of a contract's static variables and owner's public key from account initial data This operation is applicable only for initial account data (before deploy). If the contract is already deployed, its data doesn't contain this data section any more.
ResultOfDecodeInitialData
Decodes initial values of a contract's static variables and owner's public key from account initial data This operation is applicable only for initial account data (before deploy). If the contract is already deployed, its data doesn't contain this data section any more.
ResultOfDecodeInitialData
Decodes message body using provided message BOC and ABI.
DecodedMessageBody
Decodes message body using provided body BOC and ABI.
DecodedMessageBody
Decodes message body using provided body BOC and ABI.
NOTE: Available only for lib-node
binding.
DecodedMessageBody
Decodes message body using provided message BOC and ABI.
NOTE: Available only for lib-node
binding.
DecodedMessageBody
Creates account state BOC
ResultOfEncodeAccount
Creates account state BOC
NOTE: Available only for lib-node
binding.
ResultOfEncodeAccount
Encodes given parameters in JSON into a BOC using param types from ABI.
ResultOfAbiEncodeBoc
Encodes given parameters in JSON into a BOC using param types from ABI.
NOTE: Available only for lib-node
binding.
ResultOfAbiEncodeBoc
Encodes initial account data with initial values for the contract's static variables and owner's public key into a data BOC that can be passed to encode_tvc
function afterwards.
ResultOfEncodeInitialData
Encodes initial account data with initial values for the contract's static variables and owner's public key into a data BOC that can be passed to encode_tvc
function afterwards.
ResultOfEncodeInitialData
Encodes an internal ABI-compatible message
ResultOfEncodeInternalMessage
Encodes an internal ABI-compatible message
ResultOfEncodeInternalMessage
Encodes an ABI-compatible message
ResultOfEncodeMessage
Encodes message body according to ABI function call.
ResultOfEncodeMessageBody
Encodes message body according to ABI function call.
NOTE: Available only for lib-node
binding.
ResultOfEncodeMessageBody
Encodes an ABI-compatible message
ResultOfEncodeMessage
Extracts signature from message body and calculates hash to verify the signature
ResultOfGetSignatureData
Extracts signature from message body and calculates hash to verify the signature
NOTE: Available only for lib-node
binding.
ResultOfGetSignatureData
Updates initial account data with initial values for the contract's static variables and owner's public key. This operation is applicable only for initial account data (before deploy). If the contract is already deployed, its data doesn't contain this data section any more.
ResultOfUpdateInitialData
Updates initial account data with initial values for the contract's static variables and owner's public key. This operation is applicable only for initial account data (before deploy). If the contract is already deployed, its data doesn't contain this data section any more.
ResultOfUpdateInitialData
Generated using TypeDoc
Provides message encoding and decoding according to the ABI specification.