@xoxno/sdk-js
Preparing search index...
sdk
StellarHubAssetRow
Interface StellarHubAssetRow
One asset's liquidity on a hub, rendered as a hub opportunity row.
interface
StellarHubAssetRow
{
asset
:
string
;
availableLiquidityShort
:
number
;
borrowApy
:
number
;
borrowedShort
:
number
;
hubId
:
number
;
isFlashloanable
:
boolean
;
suppliedShort
:
number
;
supplyApy
:
number
;
utilization
:
number
;
}
Index
Properties
asset
available
Liquidity
Short
borrow
Apy
borrowed
Short
hub
Id
is
Flashloanable
supplied
Short
supply
Apy
utilization
Properties
asset
asset
:
string
available
Liquidity
Short
availableLiquidityShort
:
number
borrow
Apy
borrowApy
:
number
borrowed
Short
borrowedShort
:
number
hub
Id
hubId
:
number
is
Flashloanable
isFlashloanable
:
boolean
supplied
Short
suppliedShort
:
number
supply
Apy
supplyApy
:
number
utilization
utilization
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
asset
available
Liquidity
Short
borrow
Apy
borrowed
Short
hub
Id
is
Flashloanable
supplied
Short
supply
Apy
utilization
@xoxno/sdk-js
Loading...
One asset's liquidity on a hub, rendered as a hub opportunity row.