Helios API/ API Reference/ Classes/
UplcLambda
Plutus-core lambda term
Hierarchy
-
↳
UplcLambda
Index
Constructors
constructor
• new UplcLambda(site
, expr
, argName?
)
Parameters
Overrides
Properties
expr
• Readonly
expr: UplcTerm
Accessors
site
• get
site(): Site
Returns
Inherited from
UplcTerm.site
type
• get
type(): number
Returns
number
Inherited from
UplcTerm.type
Methods
toString
▸ toString(): string
Generic term toString method
Returns
string
Inherited from
transfer
▸ transfer(other
): any
Parameters
Name | Type |
---|---|
other | TransferUplcAst |
Returns
any