ao-js-sdk - v0.4.0
    Preparing search index...

    Interface IFLPDataService

    Service for retrieving data about an FLP.

    interface IFLPDataService {
        getMostRecentDistributions(): Promise<Distribution[]>;
        getNumDelegators(): Promise<number>;
        getUsersMostRecentDistributions(
            address: string,
        ): Promise<Distribution | null>;
    }

    Implemented by

    Index

    Methods