java.lang.Object
tech.deplant.java4ever.binding.EverSdk.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabiMessageExpirationTimeout
(Long message_expiration_timeout) Abi message expiration timeout builder.abiMessageExpirationTimeoutGrowFactor
(Long message_expiration_timeout_grow_factor) Abi message expiration timeout grow factor builder.abiWorkchain
(Long workchain) Abi workchain builder.bocCacheMaxSize
(Long cacheMaxSize) Boc cache max size builder.int
build()
Build int.cryptoHdkeyDerivationPath
(String hdkey_derivation_path) Crypto hdkey derivation path builder.cryptoMnemonicDictionary
(Crypto.MnemonicDictionary mnemonic_dictionary) Crypto mnemonic dictionary builder.cryptoMnemonicWordCount
(Integer mnemonic_word_count) Crypto mnemonic word count builder.localStoragePath
(String localStoragePath) Local storage path builder.networkAccessKey
(String access_key) Network access key builder.networkEndpoints
(String... endpoints) Network endpoints builder.networkFirstRempStatusTimeout
(Long firstRempStatusTimeout) Network first remp status timeout builder.networkLatencyDetectionInterval
(Long latencyDetectionInterval) Network latency detection interval builder.networkMaxLatency
(Long maxLatency) Network max latency builder.networkMaxReconnectTimeout
(Long maxReconnectTimeout) Network max reconnect timeout builder.networkMessageProcessingTimeout
(Long message_processing_timeout) Network message processing timeout builder.networkMessageRetriesCount
(Integer message_retries_count) Network message retries count builder.networkNextRempStatusTimeout
(Long nextRempStatusTimeout) Network next remp status timeout builder.networkOutOfSyncThreshold
(Long out_of_sync_threshold) Network out of sync threshold builder.networkQueriesProtocol
(Client.NetworkQueriesProtocol queriesProtocol) Network queries protocol builder.networkQueryTimeout
(Long queryTimeout) Network query timeout builder.networkReconnectTimeout
(Long reconnect_timeout) Network reconnect timeout builder.networkRetriesCount
(Integer network_retries_count) Network retries count builder.networkSendingEndpointCount
(Integer sendingEndpointCount) Network sending endpoint count builder.networkServerAddress
(String server_address) Network server address builder.networkSignatureId
(Long signatureId) Network signature id builder.networkWaitForTimeout
(Long wait_for_timeout) Network wait for timeout builder.proofsCacheInLocalStorage
(boolean cacheInLocalStorage) Proofs cache in local storage builder.
-
Constructor Details
-
Builder
public Builder()Instantiates a new Builder.
-
-
Method Details
-
localStoragePath
Local storage path builder.- Parameters:
localStoragePath
- the local storage path- Returns:
- the builder
-
proofsCacheInLocalStorage
Proofs cache in local storage builder.- Parameters:
cacheInLocalStorage
- the cache in local storage- Returns:
- the builder
-
networkMaxReconnectTimeout
Network max reconnect timeout builder.- Parameters:
maxReconnectTimeout
- the max reconnect timeout- Returns:
- the builder
-
networkSendingEndpointCount
Network sending endpoint count builder.- Parameters:
sendingEndpointCount
- the sending endpoint count- Returns:
- the builder
-
networkLatencyDetectionInterval
Network latency detection interval builder.- Parameters:
latencyDetectionInterval
- the latency detection interval- Returns:
- the builder
-
networkMaxLatency
Network max latency builder.- Parameters:
maxLatency
- the max latency- Returns:
- the builder
-
networkQueryTimeout
Network query timeout builder.- Parameters:
queryTimeout
- the query timeout- Returns:
- the builder
-
networkQueriesProtocol
Network queries protocol builder.- Parameters:
queriesProtocol
- the queries protocol- Returns:
- the builder
-
networkFirstRempStatusTimeout
Network first remp status timeout builder.- Parameters:
firstRempStatusTimeout
- the first remp status timeout- Returns:
- the builder
-
networkNextRempStatusTimeout
Network next remp status timeout builder.- Parameters:
nextRempStatusTimeout
- the next remp status timeout- Returns:
- the builder
-
networkEndpoints
Network endpoints builder.- Parameters:
endpoints
- the endpoints- Returns:
- the builder
-
networkServerAddress
Network server address builder.- Parameters:
server_address
- the server address- Returns:
- the builder
-
networkRetriesCount
Network retries count builder.- Parameters:
network_retries_count
- the network retries count- Returns:
- the builder
-
networkMessageRetriesCount
Network message retries count builder.- Parameters:
message_retries_count
- the message retries count- Returns:
- the builder
-
networkMessageProcessingTimeout
Network message processing timeout builder.- Parameters:
message_processing_timeout
- the message processing timeout- Returns:
- the builder
-
networkWaitForTimeout
Network wait for timeout builder.- Parameters:
wait_for_timeout
- the wait for timeout- Returns:
- the builder
-
networkOutOfSyncThreshold
Network out of sync threshold builder.- Parameters:
out_of_sync_threshold
- the out of sync threshold- Returns:
- the builder
-
networkReconnectTimeout
Network reconnect timeout builder.- Parameters:
reconnect_timeout
- the reconnect timeout- Returns:
- the builder
-
networkSignatureId
Network signature id builder.- Parameters:
signatureId
- the signature id- Returns:
- the builder
-
networkAccessKey
Network access key builder.- Parameters:
access_key
- the access key- Returns:
- the builder
-
cryptoMnemonicDictionary
Crypto mnemonic dictionary builder.- Parameters:
mnemonic_dictionary
- the mnemonic dictionary- Returns:
- the builder
-
cryptoMnemonicWordCount
Crypto mnemonic word count builder.- Parameters:
mnemonic_word_count
- the mnemonic word count- Returns:
- the builder
-
cryptoHdkeyDerivationPath
Crypto hdkey derivation path builder.- Parameters:
hdkey_derivation_path
- the hdkey derivation path- Returns:
- the builder
-
abiWorkchain
Abi workchain builder.- Parameters:
workchain
- the workchain- Returns:
- the builder
-
abiMessageExpirationTimeout
Abi message expiration timeout builder.- Parameters:
message_expiration_timeout
- the message expiration timeout- Returns:
- the builder
-
abiMessageExpirationTimeoutGrowFactor
public EverSdk.Builder abiMessageExpirationTimeoutGrowFactor(Long message_expiration_timeout_grow_factor) Abi message expiration timeout grow factor builder.- Parameters:
message_expiration_timeout_grow_factor
- the message expiration timeout grow factor- Returns:
- the builder
-
bocCacheMaxSize
Boc cache max size builder.- Parameters:
cacheMaxSize
- the cache max size- Returns:
- the builder
-
build
Build int.- Returns:
- the int
- Throws:
EverSdkException
- the ever sdk exception
-