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

    Interface iGetAllPoolsSuccessResponse<T>

    interface iGetAllPoolsSuccessResponse<T extends NumberType> {
        pagination: PaginationInfo;
        pools: LiquidityPoolInfoDoc<T>[];
    }

    Type Parameters

    Index

    Properties

    Properties

    pagination: PaginationInfo