eVyWalletEventType
[Enumeration] Enumeration of events related to a wallet.
WalletCreated
Indicates that a new wallet has been created.
UnclaimedEmailWalletCreated
Indicates that an unclaimed email wallet has been created.
UnclaimedWalletCreated
Indicates that an unclaimed wallet has been created.
SignatureCreated
Indicates that a signature has been created.
IncomingTransaction
Indicates that an incoming transaction has occurred.
OutgoingTransaction
Indicates that an outgoing transaction has occurred.
WalletImported
Indicates that a wallet has been imported.
WalletLinked
Indicates that a wallet has been linked.
WalletUnlinked
Indicates that a wallet has been unlinked.
WalletArchived
Indicates that a wallet has been archived.
WalletUnarchived
Indicates that a wallet has been unarchived.
WalletRecoverable
Indicates that a wallet is recoverable.
WalletExported
Indicates that a wallet has been exported.
WalletUnrecoverable
Indicates that a wallet is unrecoverable.
WalletApiKeyAdded
Indicates that an API key has been added to a wallet.
WalletApiKeyRemoved
Indicates that an API key has been removed from a wallet.
MasterPinUpdated
Indicates that the master PIN has been updated.
CustomPinUpdated
Indicates that a custom PIN has been updated.
CustomPinAdded
Indicates that a custom PIN has been added.
CustomPinRemoved
Indicates that a custom PIN has been removed.
WalletClaimed
Indicates that a wallet has been claimed.
WrongPinEntered
Indicates that an incorrect PIN has been entered.
PinMaxTriesReached
Indicates that the maximum number of PIN tries has been reached.
PinSuccessfullyValidated
Indicates that a PIN has been successfully validated.
Last updated