In this release, we added a prefix parameter to puzzle_hash_to_address
:
let address = puzzle_hash_to_address(puzzle_hash, prefix = "xch");
The prefix is still "xch"
by default but can now be modified to be compatible with other networks.
In this release, we added a prefix parameter to puzzle_hash_to_address
:
let address = puzzle_hash_to_address(puzzle_hash, prefix = "xch");
The prefix is still "xch"
by default but can now be modified to be compatible with other networks.