Fix linter warnings

This commit is contained in:
Ethan Frey 2020-02-16 19:15:52 +01:00 committed by Simon Warta
parent d079f7673a
commit 7bc76bd59b

View File

@ -6,13 +6,13 @@ import { findAttribute, Log, parseLogs } from "./logs";
import { BlockResponse, RestClient, TxsResponse } from "./restclient";
import {
Coin,
CosmosSdkAccount,
CosmosSdkTx,
MsgExecuteContract,
MsgInstantiateContract,
MsgStoreCode,
StdFee,
StdSignature,
CosmosSdkAccount,
} from "./types";
const defaultUploadFee: StdFee = {