Documentation
Preparing search index...
@naviprotocol/lending
SuiPriceServiceConnection
Class SuiPriceServiceConnection
Index
Constructors
constructor
Methods
get
Latest
Price
Feeds
get
Price
Feeds
Update
Data
Constructors
constructor
new
SuiPriceServiceConnection
(
endpoint
:
string
,
options
?:
{
timeout
?:
number
}
,
)
:
SuiPriceServiceConnection
Parameters
endpoint
:
string
Optional
options
:
{
timeout
?:
number
}
Returns
SuiPriceServiceConnection
Methods
get
Latest
Price
Feeds
getLatestPriceFeeds
(
priceIds
:
string
[]
)
:
Promise
<
undefined
|
PriceFeed
[]
>
Parameters
priceIds
:
string
[]
Returns
Promise
<
undefined
|
PriceFeed
[]
>
get
Price
Feeds
Update
Data
getPriceFeedsUpdateData
(
priceIds
:
string
[]
,
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
[]
>
Parameters
priceIds
:
string
[]
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Latest
Price
Feeds
get
Price
Feeds
Update
Data
Documentation
Loading...