Documentation
    Preparing search index...
    MarketCreated: MoveStruct<
        {
            admission_tick_size: BcsType<bigint, string | number | bigint, "u64">;
            backing_buffer_lambda: BcsType<bigint, string | number | bigint, "u64">;
            base_fee: BcsType<bigint, string | number | bigint, "u64">;
            expiry: BcsType<bigint, string | number | bigint, "u64">;
            expiry_fee_max_multiplier: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            expiry_fee_window_ms: BcsType<bigint, string | number | bigint, "u64">;
            expiry_market_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            initial_expiry_cash: BcsType<bigint, string | number | bigint, "u64">;
            inventory_impact_max_rate: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            max_entry_probability: BcsType<bigint, string | number | bigint, "u64">;
            max_expiry_allocation: BcsType<bigint, string | number | bigint, "u64">;
            min_entry_probability: BcsType<bigint, string | number | bigint, "u64">;
            min_fee: BcsType<bigint, string | number | bigint, "u64">;
            pool_vault_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            propbook_underlying_id: BcsType<number, number, "u32">;
            tick_size: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/deepbook_predict::config_events::MarketCreated",
    > = ...