Documentation
    Preparing search index...
    WithdrawFilled: MoveStruct<
        {
            account_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            fee_usdc: BcsType<bigint, string | number | bigint, "u64">;
            index: BcsType<bigint, string | number | bigint, "u64">;
            pool_vault_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            recipient: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            requests_pending_after: BcsType<bigint, string | number | bigint, "u64">;
            shares_burned: BcsType<bigint, string | number | bigint, "u64">;
            shares_remaining: BcsType<bigint, string | number | bigint, "u64">;
            usdc_amount: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/deepbook_predict::vault_events::WithdrawFilled",
    > = ...