Browse Source

user wallet info added in

master
kennycud 10 months ago
parent
commit
fbb4dd3752
  1. 3
      plugins/plugins/core/components/qdn-action-types.js

3
plugins/plugins/core/components/qdn-action-types.js

@ -22,6 +22,9 @@ export const DEPLOY_AT = 'DEPLOY_AT';
// GET_USER_WALLET action // GET_USER_WALLET action
export const GET_USER_WALLET = 'GET_USER_WALLET'; 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 // GET_WALLET_BALANCE action
export const GET_WALLET_BALANCE = 'GET_WALLET_BALANCE'; export const GET_WALLET_BALANCE = 'GET_WALLET_BALANCE';

Loading…
Cancel
Save