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

    Interface iGetTokensViewForUserSuccessResponse<T>

    interface iGetTokensViewForUserSuccessResponse<T extends NumberType> {
        pagination: PaginationInfo;
        tokens: iBalanceDocWithDetails<T>[];
    }

    Type Parameters

    Hierarchy

    • iBaseSuccessResponse
      • iGetTokensViewForUserSuccessResponse

    Implemented by

    Index

    Properties

    Properties

    pagination: PaginationInfo