UNPKG
@ping-pub/chain-registry-client
Version:
latest (0.0.25)
0.0.25
0.0.24
0.0.23
0.0.22
0.0.21
0.0.20
0.0.20-alpha.0
0.0.19-alpha.0
Cosmos Blockchain Registry Client
github.com/ping-pub/tools
ping-pub/tools
@ping-pub/chain-registry-client
/
dist
/
types.d.ts
15 lines
(14 loc)
•
307 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{
IBCInfo
}
from
'@chain-registry/types'
;
export
*
from
'@chain-registry/types'
;
export
interface
Entry
{
name
:
string
;
type
:
string
;
mtime
:
string
;
size
?:
number
; }
export
interface
IBCPath
{
path
:
string
;
from
?:
string
;
to
?:
string
; }
export
type
IBCPathInfo
=
IBCInfo
;