ao-js-sdk - v0.2.11
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
Returns
string
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.2.11
Loading...