Expand description
Auto-discovery of MPP signing keys from the Tempo wallet.
Uses the shared Tempo keystore types from crate::tempo and adds
MPP-specific primary key selection logic (passkey > first entry with
inline key > first entry, mirroring Keystore::primary_key() in
tempo-common).
Structs§
- Discover
Options - Options for MPP key discovery filtering.
- MppKey
Config - Discovered MPP key configuration.
Functions§
- discover_
mpp_ config - Discover MPP key configuration filtered by chain ID and/or currency.
- discover_
mpp_ key - Attempt to auto-discover an MPP signing key from the Tempo wallet.