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

    Interface IAmmFinderService

    interface IAmmFinderService {
        findAmms(
            tokenProcessIdA: string,
            tokenProcessIdB: string,
        ): Promise<IAmm[]>;
        getServiceName(): string;
    }

    Hierarchy

    • IService
      • IAmmFinderService

    Implemented by

    Index

    Methods

    • Gets the service name for logging and identification purposes

      Returns string

      The service name