add types

This commit is contained in:
Phillip 2023-02-18 16:12:57 +02:00
parent 2625c58ba8
commit 07df3d3570

View File

@ -0,0 +1,26 @@
// GET_USER_ACCOUNT action
export const GET_USER_ACCOUNT = 'GET_USER_ACCOUNT';
// LINK_TO_QDN_RESOURCE action
export const LINK_TO_QDN_RESOURCE = 'LINK_TO_QDN_RESOURCE';
// QDN_RESOURCE_DISPLAYED action
export const QDN_RESOURCE_DISPLAYED = 'QDN_RESOURCE_DISPLAYED';
// PUBLISH_QDN_RESOURCE action
export const PUBLISH_QDN_RESOURCE = 'PUBLISH_QDN_RESOURCE';
// SEND_CHAT_MESSAGE action
export const SEND_CHAT_MESSAGE = 'SEND_CHAT_MESSAGE';
// JOIN_GROUP action
export const JOIN_GROUP = 'JOIN_GROUP';
// DEPLOY_AT action
export const DEPLOY_AT = 'DEPLOY_AT';
// GET_WALLET_BALANCE action
export const GET_WALLET_BALANCE = 'GET_WALLET_BALANCE';
// SEND_COIN action
export const SEND_COIN = 'SEND_COIN';