MCPcopy 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

5import { RECEIVE_WALLET } from "./actionTypes";
6
7const receiveWallet = wallet => ({
8 type: RECEIVE_WALLET,
9 wallet,
10});
11
12export const createWallet = (password = nanoid()) => (dispatch, getState) => Promise
13 .resolve()

Callers 1

createWalletFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected