Class: NewOutputWalletEvent
A 'new output' wallet event.
Hierarchy
↳
NewOutputWalletEvent
Table of contents
Constructors
Properties
Constructors
constructor
• new NewOutputWalletEvent(output
, transaction?
, transactionInputs?
)
Parameters
Name | Type | Description |
---|---|---|
output | OutputData | The new output. |
transaction? | TransactionPayload | The 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
Properties
type
• type: WalletEventType
Inherited from
output
• output: OutputData
transaction
• Optional
transaction: TransactionPayload
transactionInputs
• Optional
transactionInputs: OutputResponse
[]