mint.py 136 B

12345
  1. from cashu_sdk import Mint;
  2. mint = Mint("supersecret", "0/0/0/0", {}, [], 32)
  3. print(mint.active_keyset_pubkeys().keys().as_hashmap())