Module iota_client::secret

source ·
Expand description

Secret manager module enabling address generation and transaction essence signing.

Re-exports

pub use types::GenerateAddressOptions;
pub use types::LedgerNanoStatus;

Modules

Module for signing with a mnemonic or seed Implementation of MnemonicSecretManager.
Module for the PlaceholderSecretManager Implementation of PlaceholderSecretManager.
Signing related types Miscellaneous types for secret managers.

Enums

Supported secret managers
DTO for secret manager types with required data.

Traits

The secret manager interface.