TonClient class
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