Documentation
    Preparing search index...
    SupplyRequested: MoveStruct<
        {
            account_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            amount: BcsType<bigint, string | number | bigint, "u64">;
            index: BcsType<bigint, string | number | bigint, "u64">;
            min_plp_out: 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">;
        },
        "@local-pkg/deepbook_predict::vault_events::SupplyRequested",
    > = ...