import { GeneratedType } from "@cosmjs/proto-signing"; import { MsgTransfer } from "./types/ibc/applications/transfer/v1/tx"; const msgTypes: Array<[string, GeneratedType]> = [ ["/ibc.applications.transfer.v1.MsgTransfer", MsgTransfer], ]; export { msgTypes }