Class: BasicOutput
Basic output.
Hierarchy
↳
BasicOutput
Table of contents
Methods
Methods
getType
▸ getType(): OutputType
The type of output.
Returns
Inherited from
getAmount
▸ getAmount(): string
The amount of the output.
Returns
string
Inherited from
getUnlockConditions
▸ getUnlockConditions(): UnlockCondition
[]
The unlock conditions for the output.
Returns
UnlockCondition
[]
Inherited from
CommonOutput.getUnlockConditions
getNativeTokens
▸ getNativeTokens(): undefined
| INativeToken
[]
The native tokens held by the output.
Returns
undefined
| INativeToken
[]
Inherited from
getFeatures
▸ getFeatures(): undefined
| Feature
[]
Features contained by the output.
Returns
undefined
| Feature
[]