Expand description
Ethereum key-management.
Re-exports§
pub use parity_crypto as crypto;
Modules§
- accounts_
dir - Accounts Directory
- cfxkey
- cfxkey reexport to make documentation look pretty.
Structs§
- CfxMulti
Store - Similar to
CfxStore
but may store many accounts (with different passwords) for the sameAddress
- CfxStore
- Accounts store.
- Crypto
- Encrypted data
- Index
Derivation - Node in hierarchical derivation.
- KeyFile
- Public opaque type representing serializable
KeyFile
. - Opaque
Secret - An opaque wrapper for secret.
- Presale
Wallet - Pre-sale wallet.
- Safe
Account - Account representation.
- Store
Account Ref - Stored account reference
Enums§
- Derivation
- Derivation scheme for keys
- Error
- Account-related errors.
- Secret
Vault Ref - Key directory reference
Traits§
- Secret
Store - Secret Store API
- Simple
Secret Store - Simple Secret Store API
Functions§
- import_
account - Import an account from a file.
- import_
accounts - Import all accounts from one directory to the other.
- random_
phrase - Generate a string which is a random phrase of a number of lowercase words.
- random_
string - Generate a random string of given length.
- read_
geth_ accounts - Provide a
HashSet
of all accounts available for import from the Geth keystore.