Preparing search index...
The search index is not available
Carrot Protocol Documentation
Carrot Protocol Documentation
@carrot-protocol/common
StrategyEvent
Interface StrategyEvent
Represents a strategy event in the Carrot program.
interface
StrategyEvent
{
amount
:
BN
;
kind
:
CarrotsEventKind
;
mint
:
PublicKey
;
netEarnings
:
BN
;
strategy
:
PublicKey
;
strategyBalance
:
BN
;
}
Index
Properties
amount
kind
mint
net
Earnings
strategy
strategy
Balance
Properties
amount
amount
:
BN
kind
kind
:
CarrotsEventKind
mint
mint
:
PublicKey
net
Earnings
netEarnings
:
BN
strategy
strategy
:
PublicKey
strategy
Balance
strategyBalance
:
BN
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
kind
mint
net
Earnings
strategy
strategy
Balance
Carrot Protocol Documentation
Loading...
Represents a strategy event in the Carrot program.