Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Expose wallet_export_secret endpoint#189

Merged
madninja merged 2 commits into
masterfrom
madninja/wallet_export_secret
Feb 27, 2023
Merged

Expose wallet_export_secret endpoint#189
madninja merged 2 commits into
masterfrom
madninja/wallet_export_secret

Conversation

@madninja
Copy link
Copy Markdown
Member

This adds a wallet_export_secret jsonrpc call to allow the secret bytes of the wallet ke to be exported as an array of 32 bytes.

This conforms with the Solana private key export.

Note that the given wallet needs to be unlocked using wallet_unlock before exporting the secret

This adds a `wallet_export_secret` jsonrpc call to allow the secret bytes of the wallet ke to be exported as an array of 32 bytes.

This conforms with the Solana private key export.

Note that the given wallet needs to be unlocked using `wallet_unlock` before exporting the secret
@madninja madninja force-pushed the madninja/wallet_export_secret branch from a0a942a to 6df02ed Compare December 14, 2022 16:07
@madninja madninja merged commit ed768f3 into master Feb 27, 2023
@madninja madninja deleted the madninja/wallet_export_secret branch February 27, 2023 02:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants