forked from cerc-io/cosmos-explorer
finish all return type
This commit is contained in:
@@ -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()
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user