Skip to main content

Module keys

Module keys 

Source
Expand description

The keys subcommand.

Structsยง

CheckIntegrityArgs ๐Ÿ”’
The arguments of the CheckIntegrity subcommand.
InvalidKeystoreEntries ๐Ÿ”’
A set of invalid keystore entries associated with a keystore ID. This struct is used solely to reduce type complexity; it does not perform any validation (e.g., whether the entries actually belong to the keystore indicated by the ID).
InvalidKeystoreEntry ๐Ÿ”’
An invalid keystore entry associated with the error that caused it to be invalid. This struct is used solely to reduce type complexity; it does not perform any validation (e.g., whether the error_msg actually corresponds to the error that caused the invalid entry).
ListArgs ๐Ÿ”’
The arguments of the List subcommand.

Enumsยง

KeysSubcommand ๐Ÿ”’
The keys subcommand.
KeysSubcommands ๐Ÿ”’
The keys subcommands the arti CLI will be augmented with.

Constantsยง

LINE_LEN ๐Ÿ”’
Length of a line, used for formatting

Functionsยง

create_all_services ๐Ÿ”’
Helper function for run_check_integrity.
display_entry ๐Ÿ”’
Print information about a keystore entry.
display_invalid_keystore_entries ๐Ÿ”’
Helper function for run_check_integrity that reduces cognitive complexity.
display_keystore_entries ๐Ÿ”’
Helper function of run_list_keys, reduces cognitive complexity.
display_unrecognized_entry ๐Ÿ”’
Print information about an unrecognized keystore entry.
get_expired_keys ๐Ÿ”’
Helper function for run_check_integrity.
maybe_remove_invalid_entries ๐Ÿ”’
Helper function for run_check_integrity.
print_check_integrity_incipit ๐Ÿ”’
Helper function for display_invalid_keystore_entries that reduces cognitive complexity.
run ๐Ÿ”’
Run the keys subcommand.
run_check_integrity ๐Ÿ”’
Run keys check-integrity subcommand.
run_list_keys ๐Ÿ”’
Run the keys list subcommand.
run_list_keystores ๐Ÿ”’
Run keys list-keystores subcommand.