Documentation
    Preparing search index...

    Variable OrderConst

    Order: MoveStruct<
        {
            balance_manager_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            client_order_id: BcsType<string, string | number | bigint, "u64">;
            epoch: BcsType<string, string | number | bigint, "u64">;
            expire_timestamp: BcsType<string, string | number | bigint, "u64">;
            fee_is_deep: BcsType<boolean, boolean, "bool">;
            filled_quantity: BcsType<string, string | number | bigint, "u64">;
            order_deep_price: MoveStruct<
                {
                    asset_is_base: BcsType<boolean, boolean, "bool">;
                    deep_per_asset: BcsType<string, string | number | bigint, "u64">;
                },
                "@deepbook/core::deep_price::OrderDeepPrice",
            >;
            order_id: BcsType<string, string | number | bigint, "u128">;
            quantity: BcsType<string, string | number | bigint, "u64">;
            status: BcsType<number, number, "u8">;
        },
        "@deepbook/core::order::Order",
    > = ...