user wallet info added in

This commit is contained in:
kennycud 2023-11-23 14:28:53 -08:00
parent c02ffe4a72
commit fbb4dd3752

View File

@ -22,6 +22,9 @@ export const DEPLOY_AT = 'DEPLOY_AT';
// GET_USER_WALLET action
export const GET_USER_WALLET = 'GET_USER_WALLET';
// GET_USER_WALLET_INFO action
export const GET_USER_WALLET_INFO = 'GET_USER_WALLET_INFO';
// GET_WALLET_BALANCE action
export const GET_WALLET_BALANCE = 'GET_WALLET_BALANCE';