package
1.10.3
Repository: https://github.com/tonkeeper/tongo.git
Documentation: pkg.go.dev

# README

Lite client implementation.

This library implements TON lite client over ADNL protocol to communicate with TON lite servers.

TL schemas for lite server API you can find here:

Usage

Example

# Packages

No description provided by the author

# Functions

ConvertSendMessagePayloadToMessage converts the given payload to a tlb.Message.
FromEnvs configures a Client based on the following environment variables: LITE_SERVERS - a list of lite servers to use.
FromEnvsOrMainnet configures a client to use lite servers from the LITE_SERVERS env variable.
FromEnvsOrTestnet configures a client to use lite servers from the LITE_SERVERS env variable.
Mainnet configures a client to use lite servers from the mainnet.
NewClient Get options and create new lite client.
No description provided by the author
No description provided by the author
Testnet configures a client to use lite servers from the testnet.
VerifySendMessagePayload verifies that the given payload is an external message ready to be sent to the blockchain.
No description provided by the author
No description provided by the author
No description provided by the author
WithInitializationContext specifies a context to be used when opening a new connection to lite servers during the initialization.
No description provided by the author
WithMaxConnectionsNumber specifies a number of concurrent connections to lite servers to be maintained by a connections pool.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
constants below are different flags for "mode" param of GetConfigAll.
constants below are different flags for "mode" param of GetConfigAll.
constants below are different flags for "mode" param of GetConfigAll.
constants below are different flags for "mode" param of GetConfigAll.
constants below are different flags for "mode" param of GetConfigAll.
constants below are different flags for "mode" param of GetConfigAll.
constants below are different flags for "mode" param of GetConfigAll.
constants below are different flags for "mode" param of GetConfigAll.
constants below are different flags for "mode" param of GetConfigAll.
constants below are different flags for "mode" param of GetConfigAll.
No description provided by the author
No description provided by the author
ProofPolicyUnsafe disables proof checks.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrAccountNotFound is returned by lite server when executing a method for an account that has not been deployed to the blockchain.
No description provided by the author

# Structs

Client provides a convenient way to interact with TON blockchain.
Options holds parameters to configure a lite api instance.

# Type aliases

No description provided by the author
No description provided by the author
ProofPolicy specifies a policy for proof checks.