You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments