Preparing search index...
The search index is not available
Carrot Protocol Documentation
Carrot Protocol Documentation
@carrot-protocol/common
ReserveAPY
Interface ReserveAPY
Represents the annual percentage yield (APY) for a reserve.
interface
ReserveAPY
{
apy
:
number
;
assetMint
:
PublicKey
;
assetWeight
?:
number
;
ata
:
PublicKey
;
balanceUsd
:
number
;
vaultWeight
?:
number
;
}
Index
Properties
apy
asset
Mint
asset
Weight?
ata
balance
Usd
vault
Weight?
Properties
apy
apy
:
number
asset
Mint
assetMint
:
PublicKey
Optional
asset
Weight
assetWeight
?:
number
ata
ata
:
PublicKey
balance
Usd
balanceUsd
:
number
Optional
vault
Weight
vaultWeight
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
apy
asset
Mint
asset
Weight
ata
balance
Usd
vault
Weight
Carrot Protocol Documentation
Loading...
Represents the annual percentage yield (APY) for a reserve.