Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Expr

Abstract base class for PyTeal expressions.

Hierarchy

Index

Constructors

constructor

Methods

And

  • Take the logical And of this expression and another one.

    This expression must evaluate to uint64.

    This is the same as using And() with two arguments.

    Parameters

    Returns Expr

Or

  • Take the logical Or of this expression and another one.

    This expression must evaluate to uint64.

    This is the same as using Or() with two arguments.

    Parameters

    Returns Expr

add

and

eq

ge

gt

invert

le

lt

mod

mul

ne

or

sub

Abstract teal

truediv

Abstract typeOf

xor

Generated using TypeDoc