Crate chia_sdk_utils

Source

Structs§

Address

Enums§

AddressError
CoinSelectionError
An error that occurs when selecting coins.

Functions§

knapsack_coin_algorithm
Runs the knapsack algorithm on a set of coins, attempting to find an optimal set.
select_coins
Uses the knapsack algorithm to select coins.