CryptoConfig class
- Inheritance
- Object
- TonSdkStructure
- CryptoConfig
Constructors
- CryptoConfig({int mnemonic_dictionary, int mnemonic_word_count, String hdkey_derivation_path, bool hdkey_compliant})
-
CryptoConfig.fromMap(Map<
String, dynamic> map)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hdkey_compliant → bool
-
read-only
- hdkey_derivation_path → String
-
read-only
- mnemonic_dictionary → int
-
read-only
- mnemonic_word_count → int
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited