Expand description
Re-exports§
pub use yubihsm;yubihsmpub use coins_bip39;mnemonic
Structs§
- Local
Signer - An Ethereum private-public key pair which can be used for signing messages.
- Mnemonic
Builder mnemonic - Represents a structure that can resolve into a
PrivateKeySigner. - Mnemonic
Signer Iter mnemonic - Iterator that generates signers from a mnemonic phrase by incrementing the derivation index.
Enums§
- Local
Signer Error - Error thrown by
LocalSigner. - Mnemonic
Builder Error mnemonic - Error produced by the mnemonic signer module.
Type Aliases§
- Private
KeySigner - A signer instantiated with a locally stored private key.
- Yubi
Signer yubihsm - A signer instantiated with a YubiHSM.