//@ts-nocheck
import { MsgCreatePool, MsgDepositWithinBatch, MsgWithdrawWithinBatch, MsgSwapWithinBatch } from "./tx";
export const AminoConverter = {
  "/cyber.liquidity.v1beta1.MsgCreatePool": {
    aminoType: "/cyber.liquidity.v1beta1.MsgCreatePool",
    toAmino: MsgCreatePool.toAmino,
    fromAmino: MsgCreatePool.fromAmino
  },
  "/cyber.liquidity.v1beta1.MsgDepositWithinBatch": {
    aminoType: "/cyber.liquidity.v1beta1.MsgDepositWithinBatch",
    toAmino: MsgDepositWithinBatch.toAmino,
    fromAmino: MsgDepositWithinBatch.fromAmino
  },
  "/cyber.liquidity.v1beta1.MsgWithdrawWithinBatch": {
    aminoType: "/cyber.liquidity.v1beta1.MsgWithdrawWithinBatch",
    toAmino: MsgWithdrawWithinBatch.toAmino,
    fromAmino: MsgWithdrawWithinBatch.fromAmino
  },
  "/cyber.liquidity.v1beta1.MsgSwapWithinBatch": {
    aminoType: "/cyber.liquidity.v1beta1.MsgSwapWithinBatch",
    toAmino: MsgSwapWithinBatch.toAmino,
    fromAmino: MsgSwapWithinBatch.fromAmino
  }
};

Homonyms

bootloader/go-cyber/ts/packages/cyber-ts/src/cosmos/gov/v1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cosmos/distribution/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cosmos/vesting/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cyber/resources/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cosmwasm/wasm/v1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cyber/clock/v1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cosmos/gov/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cosmos/bank/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cyber/dmn/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cosmos/authz/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cyber/rank/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cosmos/staking/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cyber/grid/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cyber/graph/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cosmos/upgrade/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/osmosis/tokenfactory/v1beta1/tx.amino.ts
bootloader/go-cyber/ts/packages/cyber-ts/src/cyber/bandwidth/v1beta1/tx.amino.ts

Graph