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