MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / getOption

Method getOption

src/node-binance-api.ts:3750–3750  ·  view source on GitHub ↗

* Gets an option given a key * @param {string} key - the key to set * @return {undefined}

(key: string)

Source from the content-addressed store, hash-verified

3748 * @return {undefined}
3749 */
3750 getOption(key: string) { return this.Options[key]; }
3751
3752 /**
3753 * Returns the entire info object

Callers 2

live-tests.cjsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected