Replies: 2 comments
-
@iTanChi Here's the code to find stake address from an account pub key.
I think we can add this as an utility method in the library. Can you please create an enhancement request on Github? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added new methods in AddressProvider to get stake address from account public key. It will be available in the next release. (0.5.0) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to get the stake address from account pub key, which can be generated from Cardano wallet: eternl, ...
The flow to generate I'm understating is:
But currently I don't know how to use the lib to get stake pub key from account pub key. The only way I see is CIP1852
Beta Was this translation helpful? Give feedback.
All reactions