Documentation
    Preparing search index...
    RequestCancelled: 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">;
            pool_vault_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            reason: BcsType<number, number, "u8">;
            recipient: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            requests_pending_after: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/deepbook_predict::vault_events::RequestCancelled",
    > = ...