Crates.io | utxo |
lib.rs | utxo |
version | 0.3.1 |
source | src |
created_at | 2022-06-15 22:58:57.583064 |
updated_at | 2022-07-04 10:24:59.387299 |
description | General utilities of UTxO to ease the development of Cryptocurrencies based on UTxO model. |
homepage | https://github.com/siegfried/utxo |
repository | https://github.com/siegfried/utxo.git |
max_upload_size | |
id | 606797 |
size | 31,232 |
This package provides tools to ease the development of Cryptocurrencies based on UTxO model.
This package provide a select
function to select UTxOs, which is supposed to work on Bitcoin, Cardano, Ergo and so on. The user just need to implement the Select
trait to use it.
Check more in the document.
Licensed under either of