UNPKG
cosmic-interchain-cli
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
A command-line utility for Cosmic Wire's interchain messaging protocol
cosmic-interchain-cli
/
dist
/
src
/
commands
/
avs.d.ts
12 lines
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
CommandModule
,
Options
}
from
'yargs'
;
/** * Parent command */
export
declare
const
avsCommand
:
CommandModule
;
/** * Registration command */
export
declare
const
registrationOptions
: { [
k
:
string
]:
Options
; };
//# sourceMappingURL=avs.d.ts.map