Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: pjs vault #48

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

feat: pjs vault #48

wants to merge 36 commits into from

Conversation

S0c5
Copy link
Member

@S0c5 S0c5 commented Apr 26, 2024

No description provided.

Base automatically changed from feat/libwallet-with-vault-exportin-signer to main April 27, 2024 12:46
…struct. Add missing imports and fix formatting issues
type Account = Account;
type Error = Error;

async fn unlock(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we .connect on unlock?

.address()
.address();

key.copy_from_slice(pub_key.as_bytes());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The returned hex string should be decoded, otherwise I don't think you are getting the desired data.

@S0c5 S0c5 requested a review from olanod May 6, 2024 04:42
@olanod olanod force-pushed the main branch 7 times, most recently from a53088f to 7099446 Compare June 12, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants