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

    Interface iSwapAmountInRoute<T>

    interface iSwapAmountInRoute<T extends NumberType> {
        poolId: T;
        tokenOutDenom: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    poolId: T
    tokenOutDenom: string