Module iota_wallet::secret
[−]Expand description
Secret manager module enabling address generation and transaction essence signing.
Modules
Implementation of LedgerSecretManager
.
Module for signing with a mnemonic or seed
Implementation of MnemonicSecretManager
.
Module for the PlaceholderSecretManager
Implementation of PlaceholderSecretManager
.
Module for signing with a Stronghold vault Stronghold-as-a-Secret-Manager.
Signing related types Miscellaneous types for secret managers.
Structs
Metadata provided to generate_address()
.
The Ledger device status.
Enums
Supported secret managers
DTO for secret manager types with required data.
Traits
The secret manager interface.
An extension to SecretManager
.