Import missing types to CLI

This commit is contained in:
Simon Warta 2020-06-22 10:35:29 +02:00
parent e157c35104
commit ccd9a5db11

View File

@ -92,6 +92,7 @@ export function main(originalArgs: readonly string[]): void {
"makeSignBytes", "makeSignBytes",
"IndexedTx", "IndexedTx",
"Coin", "Coin",
"CosmosClient",
"Msg", "Msg",
"MsgDelegate", "MsgDelegate",
"MsgSend", "MsgSend",
@ -100,6 +101,7 @@ export function main(originalArgs: readonly string[]): void {
"pubkeyToAddress", "pubkeyToAddress",
"RestClient", "RestClient",
"Secp256k1Pen", "Secp256k1Pen",
"SigningCosmosClient",
"StdFee", "StdFee",
"StdTx", "StdTx",
], ],