interface DistributeVaultFeesEvent {
    kind: Common.CarrotsEventKind;
    managementFeeAmountDistributed: BN;
    performanceFeeAmountDistributed: BN;
    redemptionFeeAmountDistributed: BN;
}

Properties

managementFeeAmountDistributed: BN
performanceFeeAmountDistributed: BN
redemptionFeeAmountDistributed: BN