Skip to main content

Class: BasicOutput

Basic output.

Hierarchy

Table of contents

Methods

Methods

getType

getType(): OutputType

The type of output.

Returns

OutputType

Inherited from

CommonOutput.getType


getAmount

getAmount(): string

The amount of the output.

Returns

string

Inherited from

CommonOutput.getAmount


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

CommonOutput.getNativeTokens


getFeatures

getFeatures(): undefined | Feature[]

Features contained by the output.

Returns

undefined | Feature[]

Inherited from

CommonOutput.getFeatures