MCPcopy Create free account

hub / github.com/0xchange/0xchange / functions

Functions35 in github.com/0xchange/0xchange

FunctionADD_COINLIST
(state, coinlist)
src/store/mutations.js:62
FunctionADD_LOGS
(state, logs)
src/store/mutations.js:8
FunctionADD_MSG
(state, msg)
src/store/mutations.js:11
FunctionADD_ORDER
(state, order)
src/store/mutations.js:53
FunctionADD_ORDERS
(state, orders)
src/store/mutations.js:56
FunctionADD_TOKENS
(state, tokens)
src/store/mutations.js:20
FunctionLOADING
(state, val)
src/store/mutations.js:5
FunctionREMOVE_MSG
(state, id)
src/store/mutations.js:14
FunctionSET_ADDRESSES
(state, addresses)
src/store/mutations.js:50
FunctionSET_EXCHANGE_ADDRESS
(state, address)
src/store/mutations.js:32
FunctionSET_NULL_ADDRESS
(state, address)
src/store/mutations.js:23
FunctionSET_PAGINATION
(state, pagination)
src/store/mutations.js:59
FunctionSET_WETH_ADDRESS
(state, address)
src/store/mutations.js:26
FunctionSET_ZERO_EX
(state, zeroEx)
src/store/mutations.js:35
FunctionSET_ZRX_ADDRESS
(state, address)
src/store/mutations.js:29
FunctionUPDATE_RATE
(state, rate)
src/store/mutations.js:38
FunctionUPDATE_RATES
(state, rates)
src/store/mutations.js:43
FunctionaddNotification
({commit}, msg)
src/store/actions.js:34
FunctionaddTokenAddress
({commit}, address)
src/store/actions.js:140
FunctionaddressList
(state)
src/store/getters.js:40
FunctioncoinList
(state)
src/store/getters.js:37
Functionconnect
({dispatch, commit, getters, state})
src/store/actions.js:66
FunctioncryptoList
(state)
src/store/getters.js:34
Functiondeposit
({commit, state}, eth)
src/store/actions.js:29
FunctionfillOrder
({commit, getters, dispatch}, {order, amount})
src/store/actions.js:146
FunctiongetRates
({commit, dispatch, getters})
src/store/actions.js:48
FunctiongetTokens
({commit, getters, dispatch})
src/store/actions.js:249
Functionorders
(state)
src/store/getters.js:51
FunctionpageServer
({commit, state, dispatch, getters})
src/store/actions.js:224
FunctionremoveNotification
({commit}, id)
src/store/actions.js:45
FunctionsetPagination
({commit}, pagination)
src/store/actions.js:143
FunctionsubmitOrder
({commit, state, dispatch}, order)
src/store/actions.js:168
FunctionsubmitToken
({commit, dispatch}, token)
src/store/actions.js:214
FunctiontotalItems
(state)
src/store/getters.js:48
Functionwithdraw
({commit, state}, eth)
src/store/actions.js:24