@nimiq/keyguard-client
Version:
Nimiq Keyguard client library
25 lines (24 loc) • 887 B
TypeScript
export declare enum KeyguardCommand {
CREATE = "create",
REMOVE = "remove-key",
IMPORT = "import",
EXPORT = "export",
CHANGE_PASSWORD = "change-password",
SIGN_TRANSACTION = "sign-transaction",
SIGN_STAKING = "sign-staking",
SIGN_MESSAGE = "sign-message",
DERIVE_ADDRESS = "derive-address",
SIGN_BTC_TRANSACTION = "sign-btc-transaction",
DERIVE_BTC_XPUB = "derive-btc-xpub",
SIGN_POLYGON_TRANSACTION = "sign-polygon-transaction",
DERIVE_POLYGON_ADDRESS = "derive-polygon-address",
SIGN_SWAP = "sign-swap",
LIST = "list",
HAS_KEYS = "hasKeys",
DERIVE_ADDRESSES = "deriveAddresses",
RELEASE_KEY = "releaseKey",
SIGN_SWAP_TRANSACTIONS = "signSwapTransactions",
LIST_LEGACY_ACCOUNTS = "listLegacyAccounts",
HAS_LEGACY_ACCOUNTS = "hasLegacyAccounts",
MIGRATE_ACCOUNTS_TO_KEYS = "migrateAccountsToKeys"
}