[][src]Crate ton_client_rs

Structs

Ed25519Public

Ed25519 public key

Ed25519Secret

Ed25519 secret key

Ed25519KeyPair

Ed25519 key pair

ResultOfDeploy

Result of deploy and get_deploy_address function running. Contains address of the contract

ResultOfRun

Result of run function running. Contains parameters returned by contract function

TonClient

Entry point for TON blockchain interaction. Provides useful methods for TON clients

TonClientConfig

TonClient configuration. Contains optional fields with configuration parameters.

TonContracts

Contract management struct

TonCrypto

Crypto functions struct

TonError

Enums

RunParameters

Parameters to be passed into contract function

TonAddress

Enum representing possible TON blockchain internal account addresses. For now only StdShort address is supported by core library so all variants are come down to StdShort variant while calling core library

Type Definitions

TonResult