TonClient class
Constructors
Properties
- abi → AbiModule
-
no setter
- boc → BocModule
-
no setter
- crypto → CryptoModule
-
no setter
- debot → DebotModule
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- net → NetModule
-
no setter
- processing → ProcessingModule
-
no setter
- proofs → ProofsModule
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tvm → TvmModule
-
no setter
- utils → UtilsModule
-
no setter
Methods
-
build_info(
) → Future< ResultOfBuildInfo> - Returns detailed information about this build.
-
connect(
Map< String, dynamic> config) → Future<void> - Initialize TonClient with provided config Should be always run before usage
-
disconnect(
) → Future< 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 nonexistent method or property is accessed.
inherited
-
toString(
) → String -
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
-
loadAbiFromFile(
String path) → Future< String> -
str2base64(
String str) → String - encode String to Base64 string