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

    Interface iGetSwapActivitiesSuccessResponse<T>

    interface iGetSwapActivitiesSuccessResponse<T extends NumberType = NumberType> {
        pagination: PaginationInfo;
        swapActivities: {
            _docId: string;
            blockHeight: T;
            timestamp: T;
            txHash: string;
            [key: string]: any;
        }[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    pagination: PaginationInfo
    swapActivities: {
        _docId: string;
        blockHeight: T;
        timestamp: T;
        txHash: string;
        [key: string]: any;
    }[]