@neutral-trade/sdk - v1.0.13
    Preparing search index...

    Type Alias PendingFeeEstimate

    Read-only estimate of the user-fee totals represented by ChargedUserFees.

    type PendingFeeEstimate = {
        feeValueRaw: bigint;
        managementFeeShares: bigint;
        performanceFeeShares: bigint;
        sharePrice: bigint;
        totalFeeShares: bigint;
    }
    Index

    Properties

    feeValueRaw: bigint
    managementFeeShares: bigint
    performanceFeeShares: bigint
    sharePrice: bigint
    totalFeeShares: bigint