mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-16 19:35:39 +01:00
6 lines
136 B
Python
6 lines
136 B
Python
from cashu_sdk import Mint;
|
|
|
|
mint = Mint("supersecret", "0/0/0/0", {}, [], 32)
|
|
|
|
print(mint.active_keyset_pubkeys().keys().as_hashmap())
|