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

    Interface iGetCollectionOwnersSuccessResponse<T>

    interface iGetCollectionOwnersSuccessResponse<T extends NumberType> {
        owners: iBalanceDoc<T>[];
        pagination: PaginationInfo;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    owners: iBalanceDoc<T>[]
    pagination: PaginationInfo