Documentation
    Preparing search index...

    Variable ExpiryCashRebalancedConst

    ExpiryCashRebalanced: MoveStruct<
        {
            amount: BcsType<bigint, string | number | bigint, "u64">;
            expiry_market_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            pool_vault_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            protocol_profit_realized: BcsType<bigint, string | number | bigint, "u64">;
            target_cash: BcsType<bigint, string | number | bigint, "u64">;
            to_expiry: BcsType<boolean, boolean, "bool">;
        },
        "@local-pkg/deepbook_predict::vault_events::ExpiryCashRebalanced",
    > = ...