AccountForExecutor_None class
Non-existing account to run a creation internal message.
Should be used with skip_transaction_check = true
if the message has no deploy data
since transactions on the uninitialized account are always aborted
- Inheritance
- Object
- TonSdkStructure
- AccountForExecutor
- AccountForExecutor_None
Constructors
- AccountForExecutor_None()
-
AccountForExecutor_None.fromMap(Map<
String, dynamic> map)
Properties
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