UNPKG

@bitmartexchange/bitmart-node-sdk-api

Version:

BitMart Exchange official Nodejs client for the BitMart Cloud API.

11 lines (8 loc) 149 B
'use strict' class BitMartError { constructor (message) { this.message = message this.name = 'Error' } } module.exports = BitMartError