import * as _107 from "./abci/types"; import * as _108 from "./crypto/keys"; import * as _109 from "./crypto/proof"; import * as _110 from "./libs/bits/types"; import * as _111 from "./p2p/types"; import * as _112 from "./types/block"; import * as _113 from "./types/evidence"; import * as _114 from "./types/params"; import * as _115 from "./types/types"; import * as _116 from "./types/validator"; import * as _117 from "./version/types"; export namespace tendermint { export const abci = { ..._107 }; export const crypto = { ..._108, ..._109 }; export namespace libs { export const bits = { ..._110 }; } export const p2p = { ..._111 }; export const types = { ..._112, ..._113, ..._114, ..._115, ..._116 }; export const version = { ..._117 }; }