MCPcopy Create free account
hub / github.com/bitpay/bitcore / setVerbose

Method setVerbose

packages/bitcore-cli/src/wallet.ts:89–92  ·  view source on GitHub ↗
(v: boolean)

Source from the content-addressed store, hash-verified

87 }
88
89 static setVerbose(v: boolean) {
90 _verbose = !!v;
91 Utils.setVerbose(v);
92 }
93
94 async getClient(args: {
95 mustBeNew?: boolean;

Callers 1

constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected