Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cawfree/web3-react-native
/ receiveWallet
Function
receiveWallet
example/src/wallet/actions.js:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import
{ RECEIVE_WALLET } from
"./actionTypes"
;
6
7
const
receiveWallet = wallet => ({
8
type
: RECEIVE_WALLET,
9
wallet,
10
});
11
12
export
const
createWallet = (password = nanoid()) => (dispatch, getState) => Promise
13
.resolve()
Callers
1
createWallet
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected