finish all return type

This commit is contained in:
liangping
2023-04-05 10:39:21 +08:00
parent 20099d88d8
commit 727f8ea026
23 changed files with 1534 additions and 122 deletions
+9
View File
@@ -0,0 +1,9 @@
import { CosmosRestClient } from '../src/libs/client'
const client = new CosmosRestClient("https://osmosis-rpc.polkachu.com")
describe('cosmos rest client test', () => {
it('node-info', () => {
client.getBaseNodeInfo()
});
});