Documentation
    Preparing search index...
    OrderMinted: MoveStruct<
        {
            account_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            block_scholes_forward_source_timestamp_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            block_scholes_spot_source_timestamp_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            block_scholes_svi_source_timestamp_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            builder_code_id: BcsType<
                string
                | null,
                string | Uint8Array<ArrayBufferLike> | null | undefined,
                "Option<bytes[32]>",
            >;
            builder_fee: BcsType<bigint, string | number | bigint, "u64">;
            entry_probability: BcsType<bigint, string | number | bigint, "u64">;
            expiry_market_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            fee_incentive_subsidy: BcsType<bigint, string | number | bigint, "u64">;
            higher_tick: BcsType<bigint, string | number | bigint, "u64">;
            inventory_impact_charge: BcsType<bigint, string | number | bigint, "u64">;
            lower_tick: BcsType<bigint, string | number | bigint, "u64">;
            onchain_timestamp_ms: BcsType<bigint, string | number | bigint, "u64">;
            order_id: BcsType<bigint, string | number | bigint, "u256">;
            owner: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
            penalty_fee: BcsType<bigint, string | number | bigint, "u64">;
            position_root_id: BcsType<bigint, string | number | bigint, "u256">;
            premium: BcsType<bigint, string | number | bigint, "u64">;
            pyth_spot_source_timestamp_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            quantity: BcsType<bigint, string | number | bigint, "u64">;
            referral_fee: BcsType<bigint, string | number | bigint, "u64">;
            referrer_account_id: BcsType<
                string
                | null,
                string | Uint8Array<ArrayBufferLike> | null | undefined,
                "Option<bytes[32]>",
            >;
            trading_fee: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/deepbook_predict::order_events::OrderMinted",
    > = ...