Skip to main content

Class: NewOutputWalletEvent

A 'new output' wallet event.

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new NewOutputWalletEvent(output, transaction?, transactionInputs?)

Parameters

NameTypeDescription
outputOutputDataThe new output.
transaction?TransactionPayloadThe transaction that created the output. Might be pruned and not available.
transactionInputs?OutputResponse[]The inputs for the transaction that created the output. Might be pruned and not available.

Overrides

WalletEvent.constructor

Properties

type

type: WalletEventType

Inherited from

WalletEvent.type


output

output: OutputData


transaction

Optional transaction: TransactionPayload


transactionInputs

Optional transactionInputs: OutputResponse[]