Helios API/ API Reference/ Classes/

UplcCall

Plutus-core function application term (i.e. function call)

Hierarchy

Index

Constructors

constructor

new UplcCall(site, fn, arg)

Parameters

NameType
siteSite
fnUplcTerm
argUplcTerm

Overrides

UplcTerm.constructor

Properties

arg

Readonly arg: UplcTerm

fn

Readonly fn: UplcTerm

Accessors

site

get site(): Site

Returns

Site

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

UplcTerm.toString

transfer

transfer(other): any

Parameters

NameType
otherTransferUplcAst

Returns

any

Inherited from

UplcTerm.transfer