MCPcopy
hub / github.com/bitpay/wallet / set

Method set

src/providers/persistence/persistence.ts:108–108  ·  view source on GitHub ↗
(k: string, v)

Source from the content-addressed store, hash-verified

106 exists(k: string): Promise<boolean>;
107 get(k: string): Promise<any>;
108 set(k: string, v): Promise<void>;
109 remove(k: string): Promise<void>;
110 create(k: string, v): Promise<void>;
111}

Callers 15

karma.conf.jsFile · 0.65
initMethod · 0.65
pairingMethod · 0.65
loadingWrapperMethod · 0.65
signAndBroadcastMethod · 0.65
publishAndSignMethod · 0.65
setTouchIdMethod · 0.65
wallet.spec.tsFile · 0.65
setConfigThemeMethod · 0.65
getPayProOptionsMethod · 0.65

Implementers 2

LocalStoragesrc/providers/persistence/storage/loca
FileStoragesrc/providers/persistence/storage/file

Calls

no outgoing calls

Tested by

no test coverage detected