Skip to content

Commit

Permalink
Expose new types in python client
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Oct 9, 2024
1 parent f1edc5c commit 07dc69d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bitcoin_client/ledger_bitcoin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

"""Ledger Nano Bitcoin app client"""

from .client_base import Client, TransportClient, PartialSignature
from .client_base import Client, TransportClient, PartialSignature, MusigPubNonce, MusigPartialSignature, SignPsbtYieldedObject
from .client import createClient
from .common import Chain

Expand All @@ -13,6 +13,9 @@
"Client",
"TransportClient",
"PartialSignature",
"MusigPubNonce",
"MusigPartialSignature",
"SignPsbtYieldedObject",
"createClient",
"Chain",
"AddressType",
Expand Down

0 comments on commit 07dc69d

Please sign in to comment.