2018-07-31 07:03:20 +02:00
|
|
|
export const UNAPPROVED_STATUS = 'unapproved'
|
|
|
|
export const REJECTED_STATUS = 'rejected'
|
|
|
|
export const APPROVED_STATUS = 'approved'
|
|
|
|
export const SIGNED_STATUS = 'signed'
|
|
|
|
export const SUBMITTED_STATUS = 'submitted'
|
|
|
|
export const CONFIRMED_STATUS = 'confirmed'
|
|
|
|
export const FAILED_STATUS = 'failed'
|
|
|
|
export const DROPPED_STATUS = 'dropped'
|
2018-12-09 21:48:06 +01:00
|
|
|
export const CANCELLED_STATUS = 'cancelled'
|
2018-07-31 07:03:20 +02:00
|
|
|
|
|
|
|
export const TOKEN_METHOD_TRANSFER = 'transfer'
|
|
|
|
export const TOKEN_METHOD_APPROVE = 'approve'
|
|
|
|
export const TOKEN_METHOD_TRANSFER_FROM = 'transferfrom'
|
|
|
|
|
2018-08-16 21:46:40 +02:00
|
|
|
export const SEND_ETHER_ACTION_KEY = 'sentEther'
|
2018-07-31 07:03:20 +02:00
|
|
|
export const DEPLOY_CONTRACT_ACTION_KEY = 'contractDeployment'
|
|
|
|
export const APPROVE_ACTION_KEY = 'approve'
|
2018-08-16 21:46:40 +02:00
|
|
|
export const SEND_TOKEN_ACTION_KEY = 'sentTokens'
|
2018-07-31 07:03:20 +02:00
|
|
|
export const TRANSFER_FROM_ACTION_KEY = 'transferFrom'
|
2018-08-07 07:39:54 +02:00
|
|
|
export const SIGNATURE_REQUEST_KEY = 'signatureRequest'
|
2020-02-19 19:24:16 +01:00
|
|
|
export const DECRYPT_REQUEST_KEY = 'decryptRequest'
|
|
|
|
export const ENCRYPTION_PUBLIC_KEY_REQUEST_KEY = 'encryptionPublicKeyRequest'
|
2018-12-09 21:48:06 +01:00
|
|
|
export const CONTRACT_INTERACTION_KEY = 'contractInteraction'
|
2018-09-17 19:34:29 +02:00
|
|
|
export const CANCEL_ATTEMPT_ACTION_KEY = 'cancelAttempt'
|
2019-08-16 20:54:10 +02:00
|
|
|
export const DEPOSIT_TRANSACTION_KEY = 'deposit'
|
2018-08-06 22:45:56 +02:00
|
|
|
|
|
|
|
export const TRANSACTION_TYPE_SHAPESHIFT = 'shapeshift'
|