Helios API/ API Reference/ Classes/
UplcConst
Plutus-core const term (i.e. a literal in conventional sense)
Hierarchy
-
↳
UplcConst
Index
Constructors
constructor
• new UplcConst(value
)
Parameters
Name | Type |
---|---|
value | UplcValue |
Overrides
Properties
value
• Readonly
value: UplcValue
Accessors
flatSize
• get
flatSize(): number
Returns
number
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