Enums§
- Errors you can get while trying to decode an address.
- An error that occurs when selecting coins.
- Errors you can get while trying to decode a puzzle hash.
Functions§
- Decodes an address into a puzzle hash and HRP prefix.
- Decodes a puzzle hash from hex, with or without a prefix.
- Encodes an address with a given HRP prefix.
- Encodes a puzzle hash into hex, with or without a prefix.
- Runs the knapsack algorithm on a set of coins, attempting to find an optimal set.
- Uses the knapsack algorithm to select coins.
- Removes the
0xprefix from a puzzle hash in hex format.