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

    Interface iMsgJoinPool<T>

    interface iMsgJoinPool<T extends NumberType> {
        poolId: T;
        sender: string;
        shareOutAmount: T;
        tokenInMaxs: iCosmosCoin<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    poolId: T
    sender: string
    shareOutAmount: T
    tokenInMaxs: iCosmosCoin<T>[]