Documentation
    Preparing search index...

    Variable FeeIncentivesAllocatedConst

    FeeIncentivesAllocated: MoveStruct<
        {
            amount: BcsType<bigint, string | number | bigint, "u64">;
            expiry_incentive_balance_after: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            expiry_incentives_allocated_after: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            expiry_market_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            pool_reserve_after: BcsType<bigint, string | number | bigint, "u64">;
            pool_vault_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
        },
        "@local-pkg/deepbook_predict::vault_events::FeeIncentivesAllocated",
    > = ...