mathcoin-sdk
1.0.0 • Public • Published
Документация MathCoin API
$ npm install mathcoin-sdk
const MathCoin = require("mathcoin-sdk");
const api = new MathCoin ({ user_id: user_id, token "token" })
api.score().then((result) => {
console.log(result);
}).catch((e) => {
console.log(e);
});
(async function example() {
try {
result = await api.score();
console.log(result);
} catch (e) {
console.log(e);
}
})()
API Метод |
Метод в коде |
tx_list |
txList |
send_score |
sendScore |
score |
score |
— |
getLink |
* |
call |
Package Sidebar
Install
Weekly Downloads