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

[wallets] Implement SignMessage feature in Satoshi Wallet #10

Open
bulgakovk opened this issue Jan 29, 2024 · 0 comments
Open

[wallets] Implement SignMessage feature in Satoshi Wallet #10

bulgakovk opened this issue Jan 29, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@bulgakovk
Copy link
Contributor

Satoshi wallet should implement

export type BitcoinSignMessageFeature = {
/** Name of the feature. */
readonly [BitcoinSignMessage]: {
/** Version of the feature implemented by the Wallet. */
readonly version: BitcoinSignMessageVersion;
/** Method to call to use the feature. */
readonly signMessage: BitcoinSignMessageMethod;
};
};
for demo purposes

@bulgakovk bulgakovk added the good first issue Good for newcomers label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant