@folks-finance/algorand-sdk
Interface OraclePrices
interface
OraclePrices
{
currentRound
?:
number
;
prices
:
Partial
<
Record
<
number
,
OraclePrice
>
>
;
}
Index
Properties
current
Round?
prices
Properties
Optional
current
Round
currentRound
?:
number
prices
prices
:
Partial
<
Record
<
number
,
OraclePrice
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Round
prices
@folks-finance/algorand-sdk