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

User should be able to get a multisig wallet's details based on wallet address #5

Closed
jondubois opened this issue Jan 13, 2021 · 2 comments

Comments

@jondubois
Copy link
Contributor

User should be able to get a multisig wallet's details based on wallet address.

Not only the balance and public keys (like any regular account) but also the requiredSignatureCount for that wallet and the list of members (no need for pagination now since multisig membership is limited to 20 accounts by default).

@maarteNNNN
Copy link
Member

@jondubois Could you elaborate more on this issue?

@jondubois
Copy link
Contributor Author

jondubois commented May 24, 2021

I think this issue can be closed because the account list multisig-wallet-members already returns a list of members for a multisig account so it's already possible to get all necessary information.

Also, the requiredSignatureCount property should already be visible on the account after calling account get (if that account is a multisig account).

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

No branches or pull requests

2 participants