Skip to main content

Class: CommonOutput

Common output properties.

Hierarchy

Table of contents

Methods

Methods

getType

getType(): OutputType

The type of output.

Returns

OutputType

Inherited from

Output.getType


getAmount

getAmount(): string

The amount of the output.

Returns

string

Inherited from

Output.getAmount


getUnlockConditions

getUnlockConditions(): UnlockCondition[]

The unlock conditions for the output.

Returns

UnlockCondition[]


getNativeTokens

getNativeTokens(): undefined | INativeToken[]

The native tokens held by the output.

Returns

undefined | INativeToken[]


getFeatures

getFeatures(): undefined | Feature[]

Features contained by the output.

Returns

undefined | Feature[]