# Functions
FromEncryptedJSON gets key [K] from keyJSON [E] and password.
RunKeyExportImportTestcase executes a testcase to validate keys import/export functionality.
ToEncryptedJSON returns encrypted JSON [E] representing key [K].
# Structs
EncryptedKeyExport represents a chain specific encrypted key.
# Type aliases
CreateKeyFunc represents a function to create a key.
DecryptFunc represents a function to decrypt a key.