Elixium Core v0.4.9 Elixium.Store.Utxo View Source
Provides an interface for interacting with the UTXOs stored in level db
Link to this section Summary
Functions
Add a utxo to leveldb, indexing it by its txoid
Return a list of UTXOs that a given address (public key) can use as inputs
Check if a UTXO is currently in the pool
Retrieve a UTXO by its txoid
Fetches all keys from the wallet and passes them through to return the signed utxo’s for later use
Link to this section Types
Link to this section Functions
Add a utxo to leveldb, indexing it by its txoid
Return a list of UTXOs that a given address (public key) can use as inputs
Check if a UTXO is currently in the pool
Retrieve a UTXO by its txoid
Fetches all keys from the wallet and passes them through to return the signed utxo’s for later use