Skip to main content

Module adapter

Module adapter 

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

SingleAddressSigner
Bridges a hyper-exchange Signer (multi-address, recovery-id v=0|1) to motosan-wallet-core’s HlSigner (single-address, Ethereum v=27|28).