Documentation
    Preparing search index...

    Variable CadenceConfigUpdatedConst

    CadenceConfigUpdated: MoveStruct<
        {
            admission_tick_size: BcsType<bigint, string | number | bigint, "u64">;
            cadence_id: BcsType<number, number, "u8">;
            initial_expiry_cash: BcsType<bigint, string | number | bigint, "u64">;
            max_expiry_allocation: BcsType<bigint, string | number | bigint, "u64">;
            propbook_underlying_id: BcsType<number, number, "u32">;
            registry_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            tick_size: BcsType<bigint, string | number | bigint, "u64">;
            window_size: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/deepbook_predict::config_events::CadenceConfigUpdated",
    > = ...