TonClient class

Constructors

TonClient()

Properties

abi → AbiModule
read-only
boc → BocModule
read-only
crypto → CryptoModule
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
net → NetModule
read-only
processing → ProcessingModule
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
tvm → TvmModule
read-only
utils → UtilsModule
read-only

Methods

build_info() Future<ResultOfBuildInfo>
Returns detailed information about this build.
connect(Map<String, dynamic> config) → void
Initialize TonClient with provided config Should be always run before usage
disconnect() → void
Free TonClient and resources should be always run when you don't need client any more
get_api_reference() Future<ResultOfGetApiReference>
Returns Core Library API reference
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited
version() Future<ResultOfVersion>
Returns Core Library version

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Static Methods

base642str(String base64_str) String
decode String to Base64 string
hex2base64(String hex_str) String
encode hex string to Base64 string
loadAbiFromFile(String path) Future<String>
str2base64(String str) String
encode String to Base64 string