Preparing search index...
The search index is not available
Carrot Protocol Documentation
Carrot Protocol Documentation
@carrot-protocol/common
RedeemEvent
Interface RedeemEvent
Represents a redeem event in the Carrot program.
interface
RedeemEvent
{
amount
:
BN
;
kind
:
CarrotsEventKind
;
managementFee
:
BN
;
mint
:
PublicKey
;
redemptionFee
:
BN
;
sharesBurned
:
BN
;
tvl
:
number
;
withdrawer
:
PublicKey
;
}
Index
Properties
amount
kind
management
Fee
mint
redemption
Fee
shares
Burned
tvl
withdrawer
Properties
amount
amount
:
BN
kind
kind
:
CarrotsEventKind
management
Fee
managementFee
:
BN
mint
mint
:
PublicKey
redemption
Fee
redemptionFee
:
BN
shares
Burned
sharesBurned
:
BN
tvl
tvl
:
number
withdrawer
withdrawer
:
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
kind
management
Fee
mint
redemption
Fee
shares
Burned
tvl
withdrawer
Carrot Protocol Documentation
Loading...
Represents a redeem event in the Carrot program.