wip: Creating an sdk builder that has all the generics we need in one place

This commit is contained in:
BluJ
2023-05-08 16:43:47 -06:00
parent e17668da00
commit 2b267c6c60
16 changed files with 275 additions and 51 deletions

View File

@@ -84,7 +84,6 @@ export type Utils<WD, WrapperOverWrite = { const: never }> = {
nullIfEmpty: typeof nullIfEmpty
}
export const utils = <WD = never, WrapperOverWrite = { const: never }>(
_wrapperDataContract: WrapperDataContract<WD>,
effects: T.Effects,
): Utils<WD, WrapperOverWrite> => ({
createOrUpdateVault: async ({