Skip to main content

UnshieldedUtxos

Midnight.js API Reference v3.1.0


Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / UnshieldedUtxos

Type Alias: UnshieldedUtxos

UnshieldedUtxos = object

Represents a collection of unshielded UTXOs, which are unspent transaction outputs that are not shielded. This type is used to manage and track the state of unshielded UTXOs.

Properties

created

readonly created: readonly UnshieldedUtxo[]

Represents the unshielded UTXOs that have been created but not yet spent.


spent

readonly spent: readonly UnshieldedUtxo[]

Represents the unshielded UTXOs that have been spent.