tomFlowee
efa6c05e1a
A API review of CashAddr.h
...
This removes from the header all private methods, adds API docs and does
some renames that make code using this API much more readable.
2026-02-09 15:28:04 +01:00
tomFlowee
67c69b5c56
Fix typo in comment.
2025-01-27 20:40:02 +01:00
tomFlowee
4fe9d69e7b
Use more specific define-guards
2024-01-24 21:03:58 +01:00
tomFlowee
04877ab4b1
Add new method to convert TO cashaddress
...
Given an output script, convert to a cash-address.
Notice that this only supports p2pkh / p2sh for now.
2023-09-02 19:40:46 +02:00
tomFlowee
47f0d955bb
Add double include protection
2021-07-29 20:26:03 +02:00
TomZ
fcbe8d3b8b
Adjust BitcoreProxy to the new Indexer API
2019-10-16 22:57:50 +02:00
TomZ
707d2212de
Move encoding (base58) out of server lib
...
Also write some new accessor methods on the baseclass.
The longer term idea is to make the server itself only use the uint160
raw version for bitcoin addresses.
For now move the encodings (between that uint160 and human-readable) to
the utils library.
2019-04-11 16:20:04 +02:00