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(bitgo): add example to get vkeys for ada pledge #3704

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Conversation

evanzbitgo
Copy link
Contributor

@evanzbitgo evanzbitgo marked this pull request as ready for review July 3, 2023 15:17
@evanzbitgo evanzbitgo requested review from a team as code owners July 3, 2023 15:17

console.log('Wallet ID:', walletInstance.id());

if (!walletInstance._wallet.keys || walletInstance._wallet.keys.length !== 3) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is awesome! Will all wallets have 3 keys associated? Or only newly created ones?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

All ADA wallets shall have 3 keys associated

@evanzbitgo evanzbitgo merged commit b33c2ed into master Jul 3, 2023
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.

2 participants