Optional
keystore: KeystoreOptional
signatureOptional
stateOptional
keystore: KeystoreOptional
signatureOptional
stateClock offset in milliseconds
-Set clock offset in milliseconds
-Returns current time in milliseconds
-Detaches all affected providers
+Wrapper around clocks which are used in EverscaleStandaloneClient
instances
Clock offset in milliseconds
+Set clock offset in milliseconds
+Returns current time in milliseconds
+Optional
causeReadonly
paramsOptional
stackOptional
causeReadonly
paramsOptional
stackAbstract
Abstract
createAbstract
Abstract
createReadonly
addressAccount contract address
-Prepares and signs an external message to this account
-Static
computeStatic
fromOptional
nonce?: numberOptional nonce (uint32) which is appended to the initial data
-Optional
workchain?: numberReadonly
addressAccount contract address
+Prepares and signs an external message to this account
+Static
computeStatic
fromOptional
nonce?: numberOptional nonce (uint32) which is appended to the initial data
+Optional
workchain?: numberStatic
defaultStatic
createStatic
listenerStatic
setStatic
defaultStatic
createStatic
listenerStatic
setOptional
publicReadonly
addressAccount contract address
-Prepares and signs an external message to this account
-Optional
publicReadonly
addressAccount contract address
+Prepares and signs an external message to this account
+Any account which supports Giver ABI (GiverV2, GiverV3):
+Any account which supports Giver ABI (GiverV2, GiverV3):
{
"ABI version": 2,
"header": ["pubkey", "time", "expire"],
"functions": [{
"name": "sendTransaction",
"inputs": [
{"name":"dest","type":"address"},
{"name":"value","type":"uint128"},
{"name":"bounce","type":"bool"},
],
"outputs": []
}],
"events": []
}
-Readonly
addressAccount contract address
-Static
Readonly
GIVER_Fetch contract public key
-Prepares and signs an external message to this account
-Static
fromReadonly
addressAccount contract address
+Static
Readonly
GIVER_Fetch contract public key
+Prepares and signs an external message to this account
+Static
fromReadonly
addressAccount contract address
-Prepares and signs an external message to this account
-Static
computeStatic
fromOptional
workchain?: numberReadonly
addressAccount contract address
+Prepares and signs an external message to this account
+Static
computeStatic
fromOptional
workchain?: numberOptional
publicReadonly
addressAccount contract address
-Prepares and signs an external message to this account
-Optional
publicReadonly
addressAccount contract address
+Prepares and signs an external message to this account
+Creates new simple accounts storage.
+Creates new simple accounts storage.
If no defaultAccount
provided, uses first provided entry
Selected default account
-Selected default account
-Selected default account
+Selected default account
+Generate and add a new key
-Optional
keepDefault: false
+Generate and add a new key
+Optional
keepDefault: false
Optional
keyDefault: public key of the new key pair
keyId of the new signer
-Static
generateStatic
generateReadonly
addressAccount contract address
-Prepares and signs an external message to this account
-Static
computeStatic
fromOptional
workchain?: numberReadonly
addressAccount contract address
+Prepares and signs an external message to this account
+Static
computeStatic
fromOptional
workchain?: numberTries to connect with the specified params. Throws an exception in case of error
-ConnectionError
-Tries to connect with the specified params. Throws an exception in case of error
+ConnectionError
+Readonly
addressAccount contract address
-Prepares and signs an external message to this account
-Readonly
addressAccount contract address
+Prepares and signs an external message to this account
+Selected default account
-Selected default account
+Standalone provider which is used as a fallback when browser extension is not installed
+Standalone provider which is used as a fallback when browser extension is not installed
Optional
accountsAccounts storage which will be used to send internal messages
Optional
clock?: ClockClock object which can be used to adjust time offset
Optional
connection?: ConnectionPropertiesConnection properties or network preset name
Optional
initExplicit params for nekoton wasm loader
Optional
keystore?: KeystoreKeystore which will be used for all methods with accountInteraction
Optional
message?: MessagePropertiesMessage behaviour properties
-Optional
group?: stringOptional
group?: stringOptional
group?: stringOptional
group?: stringOptional
group?: stringOptional
group?: stringOptional
group?: stringOptional
group?: stringPath to graphql api endpoints, e.g. https://mainnet.evercloud.dev/123123/graphql
Path to graphql api endpoints, e.g. https://mainnet.evercloud.dev/123123/graphql
Optional
latencyFrequency of sync latency detection
60000
Optional
local?: booleanGql node type
false
Optional
maxMaximum value for the endpoint's blockchain data sync latency
-Optional
alternativeAlternative JRPC API that will be used for broadcasting messages or fetching states
+Optional
alternativeAlternative JRPC API that will be used for broadcasting messages or fetching states
Full JRPC API endpoint
-Message behaviour properties
+Message behaviour properties
Optional
retryNumber of attempts to send a message
5
@@ -11,4 +11,4 @@
Optional
timeoutMessage expiration timeout grow factor for each new retry
1.2
-Amount of nano EVER to send
+Amount of nano EVER to send
Whether to bounce message back on error
Optional
payload?: ever.FunctionCall<string>Optional function call
Message destination address
@@ -6,4 +6,4 @@Optional
stateOptional base64 encoded .tvc
file.
NOTE: Not guaranteed to be supported
External message timeout
-Const
Readonly
fld: ConnectionDataReadonly
local: ConnectionDataReadonly
mainnetConst
Readonly
fld: ConnectionDataReadonly
local: ConnectionDataReadonly
mainnetConst
Const
Const
Const
Wrapper around clocks which are used in
-EverscaleStandaloneClient
instances