Crate alloy_signer_local

Source
Expand description

§alloy-signer-local

Local signer implementations:

§Features

  • keystore: enables Ethereum keystore functionality on the PrivateKeySigner type.
  • mnemonic: enables BIP-39 mnemonic functionality for building PrivateKeySigners.
  • yubihsm: enables LocalSigners with YubiHSM2 support.

Re-exports§

pub use yubihsm;yubihsm
pub use coins_bip39;mnemonic

Structs§

LocalSigner
An Ethereum private-public key pair which can be used for signing messages.
MnemonicBuildermnemonic
Represents a structure that can resolve into a PrivateKeySigner.

Enums§

LocalSignerError
Error thrown by LocalSigner.
MnemonicBuilderErrormnemonic
Error produced by the mnemonic signer module.

Type Aliases§

PrivateKeySigner
A signer instantiated with a locally stored private key.
YubiSigneryubihsm
A signer instantiated with a YubiHSM.