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

    Interface iMsgExitPool<T>

    interface iMsgExitPool<T extends NumberType> {
        poolId: T;
        sender: string;
        shareInAmount: T;
        tokenOutMins: iCosmosCoin<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    poolId: T
    sender: string
    shareInAmount: T
    tokenOutMins: iCosmosCoin<T>[]