0.2.1 • Published 4 years ago

cosmos-rest v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

cosmos-rest

JavaScript client for the Cosmos SDK API

Useage

npm i cosmos-rest -s

import Client from 'cosmos-rest';
//init cosmos server provider
const cosmosClient = new Client("http://192.168.16.11:1314");
/**
* @address  The address you should  query
*/
cosmosClient.query_account(address[, callback])
//Join Game
cosmosClient.join_game(signMsg[,callback])
//获取gsid
cosmosClient.get_gc(json[,callback])
//游戏行为
cosmosClient.player_action(gsid,json[,callback])
//退出游戏
cosmosClient.end_game(gsid,json[,callback])
//查询游戏筹码
cosmosClient.query_amount(gsid,json[,callback])
//状态迁移
cosmosClient.game_relay(json[,callback])
//交易查询
cosmosClient.query_tx(txhash[,callback])
//结束游戏并进行结算
cosmosClient.end_game_session(gsid[,callback])
0.2.1

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago