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
readonlycreated: readonlyUnshieldedUtxo[]
Represents the unshielded UTXOs that have been created but not yet spent.
spent
readonlyspent: readonlyUnshieldedUtxo[]
Represents the unshielded UTXOs that have been spent.