UnpackFromCellInput class

Annotations
  • @JsonSerializable.new()

Constructors

UnpackFromCellInput(String? abiVersion, List<AbiParam> structure, String boc, bool allowPartial)
const
UnpackFromCellInput.fromJson(Map<String, dynamic> json)
factory

Properties

abiVersion String?
ABI version. 2.2 if not specified otherwise
final
allowPartial bool
Don't fail if something is left in a cell after unpacking
final
boc String
Base64 encoded cell BOC
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
structure List<AbiParam>
Cell structure
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited