bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iMsgExitSwapShareAmountIn<T>

    interface iMsgExitSwapShareAmountIn<T extends NumberType> {
        poolId: T;
        sender: string;
        shareInAmount: T;
        tokenOutDenom: string;
        tokenOutMinAmount: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    poolId: T
    sender: string
    shareInAmount: T
    tokenOutDenom: string
    tokenOutMinAmount: T