Skip to main content

Module keys

Module keys 

Source
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§

DiscoverOptions
Options for MPP key discovery filtering.
MppKeyConfig
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.