Helios API/ API Reference/ Classes/
UplcCall
Plutus-core function application term (i.e. function call)
Hierarchy
-
↳
UplcCall
Index
Constructors
constructor
• new UplcCall(site
, fn
, arg
)
Parameters
Overrides
Properties
arg
• Readonly
arg: UplcTerm
fn
• Readonly
fn: 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