UNPKG

@leapwallet/buffer-boba

Version:

Buffer Boba is a library for decoding protocol buffers in the cosmos ecosystem.

133 lines (132 loc) 5.79 kB
import { GeneratedType, Registry } from '@cosmjs/proto-signing'; import { MsgSuperfluidDelegate, MsgSuperfluidUndelegate, MsgSuperfluidUnbondLock, MsgSuperfluidUndelegateAndUnbondLock, MsgLockAndSuperfluidDelegate, MsgCreateFullRangePositionAndSuperfluidDelegate, MsgUnPoolWhitelistedPool, MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition, MsgAddToConcentratedLiquiditySuperfluidPosition, MsgUnbondConvertAndStake } from './tx'; export declare const registry: ReadonlyArray<[string, GeneratedType]>; export declare const load: (protoRegistry: Registry) => void; export declare const MessageComposer: { encoded: { superfluidDelegate(value: MsgSuperfluidDelegate): { typeUrl: string; value: Uint8Array; }; superfluidUndelegate(value: MsgSuperfluidUndelegate): { typeUrl: string; value: Uint8Array; }; superfluidUnbondLock(value: MsgSuperfluidUnbondLock): { typeUrl: string; value: Uint8Array; }; superfluidUndelegateAndUnbondLock(value: MsgSuperfluidUndelegateAndUnbondLock): { typeUrl: string; value: Uint8Array; }; lockAndSuperfluidDelegate(value: MsgLockAndSuperfluidDelegate): { typeUrl: string; value: Uint8Array; }; createFullRangePositionAndSuperfluidDelegate(value: MsgCreateFullRangePositionAndSuperfluidDelegate): { typeUrl: string; value: Uint8Array; }; unPoolWhitelistedPool(value: MsgUnPoolWhitelistedPool): { typeUrl: string; value: Uint8Array; }; unlockAndMigrateSharesToFullRangeConcentratedPosition(value: MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition): { typeUrl: string; value: Uint8Array; }; addToConcentratedLiquiditySuperfluidPosition(value: MsgAddToConcentratedLiquiditySuperfluidPosition): { typeUrl: string; value: Uint8Array; }; unbondConvertAndStake(value: MsgUnbondConvertAndStake): { typeUrl: string; value: Uint8Array; }; }; withTypeUrl: { superfluidDelegate(value: MsgSuperfluidDelegate): { typeUrl: string; value: MsgSuperfluidDelegate; }; superfluidUndelegate(value: MsgSuperfluidUndelegate): { typeUrl: string; value: MsgSuperfluidUndelegate; }; superfluidUnbondLock(value: MsgSuperfluidUnbondLock): { typeUrl: string; value: MsgSuperfluidUnbondLock; }; superfluidUndelegateAndUnbondLock(value: MsgSuperfluidUndelegateAndUnbondLock): { typeUrl: string; value: MsgSuperfluidUndelegateAndUnbondLock; }; lockAndSuperfluidDelegate(value: MsgLockAndSuperfluidDelegate): { typeUrl: string; value: MsgLockAndSuperfluidDelegate; }; createFullRangePositionAndSuperfluidDelegate(value: MsgCreateFullRangePositionAndSuperfluidDelegate): { typeUrl: string; value: MsgCreateFullRangePositionAndSuperfluidDelegate; }; unPoolWhitelistedPool(value: MsgUnPoolWhitelistedPool): { typeUrl: string; value: MsgUnPoolWhitelistedPool; }; unlockAndMigrateSharesToFullRangeConcentratedPosition(value: MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition): { typeUrl: string; value: MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition; }; addToConcentratedLiquiditySuperfluidPosition(value: MsgAddToConcentratedLiquiditySuperfluidPosition): { typeUrl: string; value: MsgAddToConcentratedLiquiditySuperfluidPosition; }; unbondConvertAndStake(value: MsgUnbondConvertAndStake): { typeUrl: string; value: MsgUnbondConvertAndStake; }; }; fromPartial: { superfluidDelegate(value: MsgSuperfluidDelegate): { typeUrl: string; value: MsgSuperfluidDelegate; }; superfluidUndelegate(value: MsgSuperfluidUndelegate): { typeUrl: string; value: MsgSuperfluidUndelegate; }; superfluidUnbondLock(value: MsgSuperfluidUnbondLock): { typeUrl: string; value: MsgSuperfluidUnbondLock; }; superfluidUndelegateAndUnbondLock(value: MsgSuperfluidUndelegateAndUnbondLock): { typeUrl: string; value: MsgSuperfluidUndelegateAndUnbondLock; }; lockAndSuperfluidDelegate(value: MsgLockAndSuperfluidDelegate): { typeUrl: string; value: MsgLockAndSuperfluidDelegate; }; createFullRangePositionAndSuperfluidDelegate(value: MsgCreateFullRangePositionAndSuperfluidDelegate): { typeUrl: string; value: MsgCreateFullRangePositionAndSuperfluidDelegate; }; unPoolWhitelistedPool(value: MsgUnPoolWhitelistedPool): { typeUrl: string; value: MsgUnPoolWhitelistedPool; }; unlockAndMigrateSharesToFullRangeConcentratedPosition(value: MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition): { typeUrl: string; value: MsgUnlockAndMigrateSharesToFullRangeConcentratedPosition; }; addToConcentratedLiquiditySuperfluidPosition(value: MsgAddToConcentratedLiquiditySuperfluidPosition): { typeUrl: string; value: MsgAddToConcentratedLiquiditySuperfluidPosition; }; unbondConvertAndStake(value: MsgUnbondConvertAndStake): { typeUrl: string; value: MsgUnbondConvertAndStake; }; }; };