ao-js-sdk - v0.4.0
GitHub
Preparing search index...
IAmmFinderService
Interface IAmmFinderService
interface
IAmmFinderService
{
findAmms
(
tokenProcessIdA
:
string
,
tokenProcessIdB
:
string
,
)
:
Promise
<
IAmm
[]
>
;
getServiceName
()
:
string
;
}
Hierarchy
IService
IAmmFinderService
Implemented by
AmmFinderService
Index
Methods
find
Amms
get
Service
Name
Methods
find
Amms
findAmms
(
tokenProcessIdA
:
string
,
tokenProcessIdB
:
string
)
:
Promise
<
IAmm
[]
>
Parameters
tokenProcessIdA
:
string
tokenProcessIdB
:
string
Returns
Promise
<
IAmm
[]
>
get
Service
Name
getServiceName
()
:
string
Gets the service name for logging and identification purposes
Returns
string
The service name
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Methods
find
Amms
get
Service
Name
GitHub
ao-js-sdk - v0.4.0
Loading...
Gets the service name for logging and identification purposes