TealCompilation class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.kebab)

Constructors

TealCompilation({required String hash, required String result})
TealCompilation.fromJson(Map<String, dynamic> json)
factory

Properties

bytes Uint8List
Get the base64 decoded program bytes.
no setter
hash String
base32 SHA512_256 of program bytes (Address style)
final
hashCode int
The hash code for this object.
no setterinherited
program TEALProgram
Get the compiled teal program.
no setter
result String
base64 encoded program bytes
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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