Documentation
    Preparing search index...

    Variable LiveOrderRedeemedConst

    LiveOrderRedeemed: 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">;
            expiry_market_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            inventory_impact_rebate: 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">;
            pyth_spot_source_timestamp_ms: BcsType<
                bigint,
                string
                | number
                | bigint,
                "u64",
            >;
            quantity_closed: BcsType<bigint, string | number | bigint, "u64">;
            redeem_amount: BcsType<bigint, string | number | bigint, "u64">;
            remaining_quantity: BcsType<bigint, string | number | bigint, "u64">;
            replacement_order_id: BcsType<
                bigint
                | null,
                string | number | bigint | null | undefined,
                "Option<u256>",
            >;
            trading_fee: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/deepbook_predict::order_events::LiveOrderRedeemed",
    > = ...