@leapwallet/buffer-boba
Version:
Buffer Boba is a library for decoding protocol buffers in the cosmos ecosystem.
54 lines (53 loc) • 3.79 kB
TypeScript
import { MsgSuperfluidDelegate, MsgSuperfluidUndelegate, MsgSuperfluidUnbondLock, MsgSuperfluidUndelegateAndUnbondLock, MsgLockAndSuperfluidDelegate, MsgCreateFullRangePositionAndSuperfluidDelegate, MsgUnPoolWhitelistedPool, MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition, MsgAddToConcentratedLiquiditySuperfluidPosition, MsgUnbondConvertAndStake } from './tx';
export declare const AminoConverter: {
'/osmosis.superfluid.MsgSuperfluidDelegate': {
aminoType: string;
toAmino: (message: MsgSuperfluidDelegate) => import("./tx").MsgSuperfluidDelegateAmino;
fromAmino: (object: import("./tx").MsgSuperfluidDelegateAmino) => MsgSuperfluidDelegate;
};
'/osmosis.superfluid.MsgSuperfluidUndelegate': {
aminoType: string;
toAmino: (message: MsgSuperfluidUndelegate) => import("./tx").MsgSuperfluidUndelegateAmino;
fromAmino: (object: import("./tx").MsgSuperfluidUndelegateAmino) => MsgSuperfluidUndelegate;
};
'/osmosis.superfluid.MsgSuperfluidUnbondLock': {
aminoType: string;
toAmino: (message: MsgSuperfluidUnbondLock) => import("./tx").MsgSuperfluidUnbondLockAmino;
fromAmino: (object: import("./tx").MsgSuperfluidUnbondLockAmino) => MsgSuperfluidUnbondLock;
};
'/osmosis.superfluid.MsgSuperfluidUndelegateAndUnbondLock': {
aminoType: string;
toAmino: (message: MsgSuperfluidUndelegateAndUnbondLock) => import("./tx").MsgSuperfluidUndelegateAndUnbondLockAmino;
fromAmino: (object: import("./tx").MsgSuperfluidUndelegateAndUnbondLockAmino) => MsgSuperfluidUndelegateAndUnbondLock;
};
'/osmosis.superfluid.MsgLockAndSuperfluidDelegate': {
aminoType: string;
toAmino: (message: MsgLockAndSuperfluidDelegate) => import("./tx").MsgLockAndSuperfluidDelegateAmino;
fromAmino: (object: import("./tx").MsgLockAndSuperfluidDelegateAmino) => MsgLockAndSuperfluidDelegate;
};
'/osmosis.superfluid.MsgCreateFullRangePositionAndSuperfluidDelegate': {
aminoType: string;
toAmino: (message: MsgCreateFullRangePositionAndSuperfluidDelegate) => import("./tx").MsgCreateFullRangePositionAndSuperfluidDelegateAmino;
fromAmino: (object: import("./tx").MsgCreateFullRangePositionAndSuperfluidDelegateAmino) => MsgCreateFullRangePositionAndSuperfluidDelegate;
};
'/osmosis.superfluid.MsgUnPoolWhitelistedPool': {
aminoType: string;
toAmino: (message: MsgUnPoolWhitelistedPool) => import("./tx").MsgUnPoolWhitelistedPoolAmino;
fromAmino: (object: import("./tx").MsgUnPoolWhitelistedPoolAmino) => MsgUnPoolWhitelistedPool;
};
'/osmosis.superfluid.MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition': {
aminoType: string;
toAmino: (message: MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition) => import("./tx").MsgUnlockAndMigrateSharesToFullRangeConcentratedPositionAmino;
fromAmino: (object: import("./tx").MsgUnlockAndMigrateSharesToFullRangeConcentratedPositionAmino) => MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition;
};
'/osmosis.superfluid.MsgAddToConcentratedLiquiditySuperfluidPosition': {
aminoType: string;
toAmino: (message: MsgAddToConcentratedLiquiditySuperfluidPosition) => import("./tx").MsgAddToConcentratedLiquiditySuperfluidPositionAmino;
fromAmino: (object: import("./tx").MsgAddToConcentratedLiquiditySuperfluidPositionAmino) => MsgAddToConcentratedLiquiditySuperfluidPosition;
};
'/osmosis.superfluid.MsgUnbondConvertAndStake': {
aminoType: string;
toAmino: (message: MsgUnbondConvertAndStake) => import("./tx").MsgUnbondConvertAndStakeAmino;
fromAmino: (object: import("./tx").MsgUnbondConvertAndStakeAmino) => MsgUnbondConvertAndStake;
};
};