Crate utxo

source · []
Expand description

General utilities of UTxO

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

Structs

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

Output without native assets (e.g. Bitcoin)

Traits

The Select trait offers an interface of UTxO selection.

Functions

Select UTxOs.

Sum the total output, returning None if overflow occurred.