TEALProgram class

Constructors

TEALProgram({required Uint8List program})
TEALProgram.fromSource({required String source})
Create a new TEAL program from given source code.

Properties

hashCode int
The hash code for this object.
no setterinherited
program Uint8List
Get the program bytes.
no setter
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
sign({required Account account, required Uint8List data}) Future<Signature>
Creates Signature compatible with ed25519verify TEAL opcode from data and program bytes.
toString() String
A string representation of this object.
inherited

Operators

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