UtilsModule class
Constructors
- UtilsModule.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
-
calc_storage_fee(
ParamsOfCalcStorageFee params) → Future< ResultOfCalcStorageFee> - Calculates storage fee for an account over a specified time period
-
compress_zstd(
ParamsOfCompressZstd params) → Future< ResultOfCompressZstd> - Compresses data using Zstandard algorithm
-
convert_address(
ParamsOfConvertAddress params) → Future< ResultOfConvertAddress> - Converts address from any TON format to any TON format
-
decompress_zstd(
ParamsOfDecompressZstd params) → Future< ResultOfDecompressZstd> - Decompresses data using Zstandard algorithm
-
get_address_type(
ParamsOfGetAddressType params) → Future< ResultOfGetAddressType> - Address types are the following
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited