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