Helios API/ API Reference/ Classes/
UplcVariable
Plutus-core variable ref term (index is a Debruijn index)
Hierarchy
-
↳
UplcVariable
Index
Constructors
constructor
• new UplcVariable(site
, index
)
Parameters
Overrides
Properties
index
• Readonly
index: UplcInt
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