CCXT-readme-14.js
· 153 B · JavaScript
Raw
// both of these notations work in JavaScript/Python/PHP
exchange.methodName () // camelcase pseudocode
exchange.method_name () // underscore pseudocode
1 | // both of these notations work in JavaScript/Python/PHP |
2 | exchange.methodName () // camelcase pseudocode |
3 | exchange.method_name () // underscore pseudocode |