import { GeneratedType } from "@cosmjs/proto-signing"; import { MsgGrantAllowance } from "./types/cosmos/feegrant/v1beta1/tx"; import { MsgRevokeAllowance } from "./types/cosmos/feegrant/v1beta1/tx"; const msgTypes: Array<[string, GeneratedType]> = [ ["/cosmos.feegrant.v1beta1.MsgGrantAllowance", MsgGrantAllowance], ["/cosmos.feegrant.v1beta1.MsgRevokeAllowance", MsgRevokeAllowance], ]; export { msgTypes }