Usage docs
Reference
Examples
F
initWeb3
F
saga
V
reducer
T
ReduxActionType
T
ReduxReducer
T
ReduxSaga
T
ReduxStateSelector
T
ReduxThunk
contracts
F
contractsSaga
contracts/AT
V
ADD_CONTRACT
V
CONTRACT_ADDED
V
FORGET_CONTRACT
contracts/actions
F
addContract
F
forgetContract
tracking
F
trackingSaga
V
trackingRed
tracking/accounts/AT
V
ACCOUNTS_GET_ALL
V
ACCOUNTS_POLL_ERROR
V
ACCOUNTS_START_POLLING
V
ACCOUNTS_STOP_POLLING
V
ACCOUNT_BALANCE
V
ACCOUNT_GET
V
ACCOUNT_GET_BALANCE
V
ACCOUNT_GET_BALANCE_FAILED
V
ADD_LOCAL_ACCOUNT
V
FORGET_LOCAL_ACCOUNT
tracking/accounts/actions
F
addLocalAcount
F
fetchAllAcounts
F
forgetLocalAccount
F
getAllAccounts
F
getBalance
F
getSingleAccount
F
startAccountPolling
F
stopAccountPolling
tracking/blocks
F
blocksSaga
F
getSpecificBlock
tracking/blocks/AT
V
BLOCKS_LISTEN_ERROR
V
BLOCKS_POLL_ERROR
V
BLOCKS_START_LISTENING
V
BLOCKS_START_POLLING
V
BLOCKS_STOP_LISTENING
V
BLOCKS_STOP_POLLING
V
BLOCKS_SUB_NEW_BLOCK_CHECK
V
BLOCK_FAILED
V
BLOCK_PROCESSED
V
BLOCK_RECEIVED
V
BLOCK_RETRIEVAL_ERROR
V
GET_BLOCK
V
GET_LATEST_BLOCK
tracking/blocks/actions
F
getBlock
F
getLatestBlock
F
startBlockListening
F
startBlockPolling
F
stopBlockListening
F
stopBlockPolling
tracking/calls
F
awaitCall
F
callsSaga
F
initiateCall
tracking/calls/AT
V
CACHE_CALL
V
CALL_DECODE_FAIL
V
CALL_DECODE_SUCCESS
V
CALL_FAILED
V
CALL_RETURNED
V
CLEAR_CACHE
V
FORCE_CALL
V
FORGET_CALL
tracking/calls/actions
F
cacheCall
F
forceCall
F
forgetCall
tracking/transactions
F
openTxChannel
F
createTransactionPromiEvent
F
transactionsSaga
tracking/transactions/AT
V
FORGET_TX
V
SEND_TX
V
SEND_TX_FAILED
V
TX_BROADCAST
V
TX_FAILED
V
TX_FINAL
V
TX_RECEIPT
V
TX_SENT
tracking/transactions/actions
F
forgetTX
F
sendTX
util
F
mappedreducer
F
poller
F
subber
src/errors/EncodeABIError.js
class EncodeABIError extends Error {} export default EncodeABIError;