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

    Interface IFLPDataSercvice

    Service for retrieving data about an FLP.

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

    Implemented by

    Index

    Methods