Documentation
    Preparing search index...

    Variable RequestLimitMissedConst

    RequestLimitMissed: MoveStruct<
        {
            account_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            amount: BcsType<bigint, string | number | bigint, "u64">;
            index: BcsType<bigint, string | number | bigint, "u64">;
            is_supply: BcsType<boolean, boolean, "bool">;
            max_misses: BcsType<bigint, string | number | bigint, "u64">;
            min_output: BcsType<bigint, string | number | bigint, "u64">;
            missed_flushes: BcsType<bigint, string | number | bigint, "u64">;
            pool_vault_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            quoted_output: BcsType<bigint, string | number | bigint, "u64">;
            recipient: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
        },
        "@local-pkg/deepbook_predict::vault_events::RequestLimitMissed",
    > = ...