All Classes and Interfaces
Class
Description
abi
Contains methods of "abi" module.
Only public key is provided in unprefixed hex string format to generate unsigned message and `data_to_sign` which can be signed later.
Key pair is provided for signing
No keys are provided.
Signing Box interface is provided for signing, allows Dapps to sign messages using external APIs, such as HSM, cold wallet, etc.
Deploy message.
State init data.
Content of the TVC file.
boc
Contains methods of "boc" module.
Pin the BOC with `pin` name.
Address.
Append bit string to cell data.
Append ref to nested cells.
Append ref to nested cell.
Append integer to cell data.
client
Contains methods of "client" module.
Error occurred during request processing
Request processed successfully
Class that represents the established environment inside EVER-SDK and
is identified by id number.
Builder to correctly request and create Context object
crypto
Contains methods of "crypto" module.
Use this type for wallet reinitializations, when you already have `encrypted_secret` on hands.
Restores crypto box instance from an existing seed phrase.
Creates Crypto Box from a random seed phrase.
Decrypt data
Encrypt data
Get encryption box info
Get signing box public key
Sign data
Result of decrypting data
Result of encrypting data
Result of getting encryption box info
Result of getting public key
Result of signing data
debot
Contains methods of "debot" module.
Requests permission from DeBot Browser to execute DeBot operation.
Get signing box to sign data.
Request user input.
Execute action of another debot.
Print message to user.
Used by Debot to call DInterface implemented by Debot Browser.
Show action to the user.
Switch debot to another context (menu).
Notify browser that all context actions are shown.
Result of `approve` callback.
Result of getting signing box.
Result of user input.
Result of debot invoking.
Exception thrown when attempting to use EVER-SDK API methods
This exception has
EverSdkException.errorResponse()
field that holds error response from EVER-SDK.net
Contains methods of "net" module.
processing
Contains methods of "processing" module.
proofs
Contains methods of "proofs" module.
tvm
Contains methods of "tvm" module.
Account state to run message
Non-existing account to run a creation internal message.
Emulate uninitialized account to run deploy message
utils
Contains methods of "utils" module.