MCPcopy
hub / github.com/BlueWallet/BlueWallet / onProgress

Function onProgress

tests/integration/import.test.ts:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 const history: THistoryItem[] = [];
48
49 const onProgress: TOnProgress = data => {
50 history.push({ action: 'progress', data });
51 state.progress = data;
52 };
53
54 const onWallet: TOnWallet = data => {
55 history.push({ action: 'wallet', data });

Callers 1

reportProgressFunction · 0.50

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected