ClientModule class
Constructors
- ClientModule.new(TonSdkCore core)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build_info(
) → Future< ResultOfBuildInfo> - Returns detailed information about this build.
-
config(
) → Future< ClientConfig> - Returns Core Library API reference
-
get_api_reference(
) → Future< ResultOfGetApiReference> - Returns Core Library API reference
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve_app_request(
ParamsOfResolveAppRequest params) → Future< void> - Resolves application request processing result
-
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