You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recreating a watch-only wallet is certainly something I am trying to do, but more specifically, I need to be able to extract public keys when deriving for the Nth index. The public keys are to be used with ECDH in order to create shared secrets used in BIP 47. Am I simply not seeing where I can extract the public keys, or is this maybe not currently possible with bdk_flutter?
Given an
xpub
, is there a way to get the derived public key for an index/path?The text was updated successfully, but these errors were encountered: