Preparing search index...
The search index is not available
Carrot Protocol Documentation
Carrot Protocol Documentation
@carrot-protocol/common
IssueEvent
Interface IssueEvent
Represents an issue event in the Carrot program.
interface
IssueEvent
{
amount
:
BN
;
depositor
:
PublicKey
;
kind
:
CarrotsEventKind
;
mint
:
PublicKey
;
nav
:
number
;
sharesMinted
:
BN
;
tvl
:
number
;
}
Index
Properties
amount
depositor
kind
mint
nav
shares
Minted
tvl
Properties
amount
amount
:
BN
depositor
depositor
:
PublicKey
kind
kind
:
CarrotsEventKind
mint
mint
:
PublicKey
nav
nav
:
number
shares
Minted
sharesMinted
:
BN
tvl
tvl
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
depositor
kind
mint
nav
shares
Minted
tvl
Carrot Protocol Documentation
Loading...
Represents an issue event in the Carrot program.