interface RedeemEvent {
    amount: BN;
    kind: Common.CarrotsEventKind;
    managementFee: BN;
    mint: PublicKey;
    redemptionFee: BN;
    sharesBurned: BN;
    tvl: number;
    withdrawer: PublicKey;
}

Properties

amount: BN
managementFee: BN
mint: PublicKey
redemptionFee: BN
sharesBurned: BN
tvl: number
withdrawer: PublicKey