Helios API/ API Reference/ Classes/
UplcError
Plutus-core error term
Hierarchy
-
↳
UplcError
Index
Constructors
constructor
• new UplcError(site
, msg?
)
Parameters
Name | Type |
---|---|
site | Site |
msg? | string |
Overrides
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