-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
defines MultisigHardwareSigner for Ledger multisig keys (#5366)
a multisig account generated using a Ledger device will have a access to the participant identity, but not the secret or keyPackage uses a separate interface for MultisigHardwareSigner to cover this case and expands the MultisigKeys type to cover this interface the distinct interface allows us to store multisig keys for the Ledger case without a database migration for existing multisig keys
- Loading branch information
Showing
3 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters