Crate utxo

Crate utxo 

Source
Expand description

General utilities of UTxO

This package provides tools to ease the development of Cryptocurrencies based on UTxO model.

Structs§

ExtOutput
Output with native assets (e.g. Cardano, Ergo)
Output
Output without native assets (e.g. Bitcoin)

Traits§

Select
The Select trait offers an interface of UTxO selection.

Functions§

select
Select UTxOs.
try_sum
Sum the total output, returning None if overflow occurred.