Skip to main content

UnshieldedTransaction

A transaction that created and/or spent UTXOs alongside these and other information.

type UnshieldedTransaction {
transaction: Transaction!
createdUtxos: [UnshieldedUtxo!]!
spentUtxos: [UnshieldedUtxo!]!
}

Fields

UnshieldedTransaction.transaction ● Transaction! non-null interface

The transaction that created and/or spent UTXOs.

UnshieldedTransaction.createdUtxos ● [UnshieldedUtxo!]! non-null object

UTXOs created in the above transaction, possibly empty.

UnshieldedTransaction.spentUtxos ● [UnshieldedUtxo!]! non-null object

UTXOs spent in the above transaction, possibly empty.

Implemented By

UnshieldedTransactionsEvent union