Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kamahl19/react-native-wallet
/ functions
Functions
170 in github.com/Kamahl19/react-native-wallet
⨍
Functions
170
◇
Types & classes
34
↓ 18 callers
Function
createActionType
(...parts)
src/common/utils/reduxHelpers.js:7
↓ 18 callers
Function
testError
(cb, message)
src/btcService.test.js:350
↓ 12 callers
Function
createActionCreator
(...type)
src/common/utils/reduxHelpers.js:9
↓ 11 callers
Function
selectIsInProgress
(state, apiCallId)
src/common/services/spinner.js:57
↓ 10 callers
Function
createApiActionCreators
(...type)
src/common/utils/reduxHelpers.js:14
↓ 10 callers
Function
getClient
(wallet, opts = {})
src/btcService.js:305
↓ 10 callers
Function
parseBitcoinInputToSatoshi
(amount)
src/unitsService.js:21
↓ 9 callers
Function
getMocketData
()
src/btcService.test.js:358
↓ 8 callers
Function
createReducer
(initialState, reducerMap)
src/common/utils/reduxHelpers.js:20
↓ 7 callers
Function
createWallet
(network, { mnemonic, privateKey } = {})
src/ethService.js:19
↓ 7 callers
Function
sendTransaction
(wallet, address, amount)
src/ethService.js:55
↓ 7 callers
Function
validateWallet
(wallet)
src/btcService.js:57
↓ 6 callers
Function
bitcoinToUsd
(bitcoin, btcInUsd)
src/unitsService.js:59
↓ 6 callers
Function
getTxStatus
(tx)
src/btcService.js:110
↓ 6 callers
Function
satoshiToBitcoin
(satoshi)
src/unitsService.js:36
↓ 5 callers
Function
createForm
(options)
src/common/services/Form.js:8
↓ 5 callers
Function
usdToBitcoin
(usd, btcInUsd)
src/unitsService.js:84
↓ 5 callers
Function
validateAddress
(address)
src/btcService.js:31
↓ 4 callers
Function
bitcoinToSatoshi
(bitcoin)
src/unitsService.js:47
↓ 4 callers
Function
getTransactionFee
(wallet, address, amount, feeLevel)
src/btcService.js:200
↓ 4 callers
Function
getTxConfirmationStatus
(tx)
src/btcService.js:100
↓ 4 callers
Function
selectPrices
(state)
src/features/prices/ducks.js:31
↓ 3 callers
Function
createWallet
(walletName, network)
src/btcService.js:179
↓ 3 callers
Function
getColor
(color)
src/common/utils/color.js:8
↓ 3 callers
Function
getTxDateTime
(tx)
src/btcService.js:147
↓ 3 callers
Function
getWalletData
* BITCORE HELPERS
src/btcService.js:301
↓ 3 callers
Function
importWalletFromMnemonic
(mnemonic, network, from3rdParty)
src/btcService.js:278
↓ 3 callers
Function
selectBtcWallet
(state)
src/features/btc-wallet/ducks.js:156
↓ 3 callers
Function
selectEthWallet
(state)
src/features/eth-wallet/ducks.js:118
↓ 3 callers
Function
sendTransaction
(wallet, address, amount, feeLevel)
src/btcService.js:214
↓ 3 callers
Function
validateWallet
(wallet)
src/ethService.js:121
↓ 2 callers
Function
bip21Decode
(uri)
src/btcService.js:137
↓ 2 callers
Function
capitalize
(string)
src/common/utils/helpers.js:1
↓ 2 callers
Function
createTxProposal
(client, address, amountSat, feeLevel, opts = { dryRun: false })
src/btcService.js:364
↓ 2 callers
Function
createWalletAsync
(client, walletName, network)
src/btcService.js:332
↓ 2 callers
Function
formatWeiToEther
(wei)
src/ethService.js:85
↓ 2 callers
Function
getBalance
(wallet)
src/ethService.js:41
↓ 2 callers
Function
getExploreAddressUrl
(address, network)
src/btcService.js:73
↓ 2 callers
Function
getExploreTxUrl
(txHash, network)
src/ethService.js:71
↓ 2 callers
Function
getExploreTxUrl
(txId, network)
src/btcService.js:85
↓ 2 callers
Function
getHistory
(wallet)
src/ethService.js:47
↓ 2 callers
Function
removeFromArray
(array, selector)
src/common/utils/reduxHelpers.js:41
↓ 2 callers
Function
satoshiToUsd
(satoshi, btcInUsd)
src/unitsService.js:74
↓ 2 callers
Function
validateFeeLevel
(feeLevel)
src/btcService.js:45
↓ 2 callers
Function
validateNetwork
(network)
src/btcService.js:51
↓ 1 callers
Function
bip21Encode
(address, opts)
src/btcService.js:129
↓ 1 callers
Function
broadcastTxProposal
(client, txp)
src/btcService.js:395
↓ 1 callers
Function
configureStore
()
src/app/store/configureStore.js:9
↓ 1 callers
Function
createAddress
(client)
src/btcService.js:340
↓ 1 callers
Function
exportWallet
(wallet)
src/btcService.js:258
↓ 1 callers
Function
generateAddress
(wallet)
src/btcService.js:192
↓ 1 callers
Function
getAddresses
(wallet)
src/btcService.js:250
↓ 1 callers
Function
getAddressesAsync
(client)
src/btcService.js:358
↓ 1 callers
Function
getBalance
(wallet)
src/btcService.js:234
↓ 1 callers
Function
getBalanceAsync
(client)
src/btcService.js:346
↓ 1 callers
Method
getChildProp
(prop)
src/common/components/FormItem.js:48
↓ 1 callers
Method
getControls
(children, recursively)
src/common/components/FormItem.js:19
↓ 1 callers
Method
getError
()
src/common/components/FormItem.js:53
↓ 1 callers
Function
getTxHistory
(wallet)
src/btcService.js:242
↓ 1 callers
Function
getTxHistoryAsync
(client)
src/btcService.js:352
↓ 1 callers
Function
getWalletBalance
(balance)
src/btcService.js:160
↓ 1 callers
Function
importFromMnemonic
(client, mnemonic, network)
src/btcService.js:401
↓ 1 callers
Function
importWalletFromData
(walletData)
src/btcService.js:266
↓ 1 callers
Function
iterator
(reducersObj, initial = {}, prefix = [])
src/common/utils/reduxHelpers.js:21
↓ 1 callers
Function
parseEther
(amount)
src/ethService.js:94
↓ 1 callers
Function
publishTxProposal
(client, txp)
src/btcService.js:383
↓ 1 callers
Function
selectApiCallById
(state, apiCallId)
src/common/services/spinner.js:56
↓ 1 callers
Function
selectApiCalls
(state)
src/common/services/spinner.js:55
↓ 1 callers
Function
selectSpinner
(state)
src/common/services/spinner.js:54
↓ 1 callers
Function
selectWallets
(state)
src/features/btc-wallet/ducks.js:159
↓ 1 callers
Function
selectWallets
(state)
src/features/eth-wallet/ducks.js:121
↓ 1 callers
Function
sendTransaction
({ payload: { address, amount, feeLevel } })
src/features/btc-wallet/ducks.js:214
↓ 1 callers
Function
signTxProposal
(client, txp)
src/btcService.js:389
↓ 1 callers
Function
validateAddress
* VALIDATORS
src/ethService.js:101
↓ 1 callers
Function
validateAmount
(amount)
src/ethService.js:127
↓ 1 callers
Function
validateMnemonic
(mnemonic)
src/ethService.js:109
↓ 1 callers
Function
validateNetwork
(network)
src/ethService.js:139
↓ 1 callers
Function
validatePrivateKey
(privateKey)
src/ethService.js:115
↓ 1 callers
Function
validateWalletName
(walletName)
src/btcService.js:39
↓ 1 callers
Function
weiToUsd
(wei, ethInUsd)
src/unitsService.js:99
Function
CenterView
({ children, style })
src/common/components/CenterView.js:5
Function
CreateWalletContainer
({ isLoading, createWallet })
src/features/btc-wallet/containers/CreateWalletContainer.js:19
Function
CreateWalletContainer
({ isLoading, createWallet })
src/features/eth-wallet/containers/CreateWalletContainer.js:19
Function
DrawerButton
({ onPress })
src/common/components/DrawerButton.js:7
Function
EnhancedButton
({ color, style, ...props })
src/common/components/Button.js:7
Function
ExportWallet
({ mnemonic })
src/features/eth-wallet/screens/ExportWallet.js:6
Function
ExportWalletContainer
({ activeWallet, activeWalletExtraData, isLoading, exportWallet })
src/features/btc-wallet/containers/ExportWalletContainer.js:22
Function
ExportWalletContainer
({ activeWallet })
src/features/eth-wallet/containers/ExportWalletContainer.js:14
Function
GenerateAddressContainer
({ activeWalletExtraData, isLoading, generateAddress })
src/features/btc-wallet/containers/GenerateAddressContainer.js:21
Function
ImportWalletContainer
({ isLoading, importWallet })
src/features/btc-wallet/containers/ImportWalletContainer.js:19
Function
ImportWalletContainer
({ isLoading, createWallet })
src/features/eth-wallet/containers/ImportWalletContainer.js:19
Function
NoActiveWallet
()
src/common/components/NoActiveWallet.js:5
Function
QRCode
({ value })
src/common/components/QRCode.js:8
Function
Radio
({ options, value, onChange })
src/common/components/Radio.js:7
Function
Root
()
src/app/Root.js:14
Function
Scanner
({ onRead })
src/common/components/Scanner.js:6
Function
SelectActiveWalletContainer
({ wallets, deleteWallet, selectActiveWallet })
src/features/btc-wallet/containers/SelectActiveWalletContainer.js:17
Function
SelectActiveWalletContainer
({ wallets, deleteWallet, selectActiveWallet })
src/features/eth-wallet/containers/SelectActiveWalletContainer.js:17
Function
SendTransactionContainer
({ sendTransaction, isLoading, activeWallet, ethPrice })
src/features/eth-wallet/containers/SendTransactionContainer.js:23
Function
Usd
({ price, satoshi })
src/features/btc-wallet/components/Usd.js:7
next →
1–100 of 170, ranked by callers