Expand description
Adapter that bridges crate::signer::Signer to motosan_wallet_core::HlSigner.
SingleAddressSigner wraps a hyper-exchange Signer and a fixed Ethereum
address so it can be passed to motosan-wallet-core signing functions that
expect the HlSigner trait.
Structs§
- Single
Address Signer - Bridges a hyper-exchange
Signer(multi-address, recovery-id v=0|1) to motosan-wallet-core’sHlSigner(single-address, Ethereum v=27|28).