StateInit class
- Inheritance
-
- Object
- TonSerialization
- StateInit
Constructors
-
StateInit.new({int? splitDepth, TickTock? special, Cell? code, Cell? data, Map<
BigInt, SimpleLibrary> ? libraries}) - StateInit.deserialize(Slice slice)
-
factory
-
StateInit.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → Cell -
Serializes the object into a BOC cell.
inherited
-
store(
Builder builder) → void -
override
-
toJson(
) → Map< String, dynamic> -
Converts the object to a JSON-compatible
Map<String, dynamic>
.override -
toString(
) → String -
Returns a string representation of the object,
including its runtime type and JSON serialization.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited