live user op

This commit is contained in:
boufni95 2023-10-20 16:55:26 +02:00
parent dd09f5987b
commit 62a2e437af
12 changed files with 2311 additions and 2153 deletions

View file

@ -477,4 +477,5 @@ export default (params: ClientParams) => ({
}
return { status: 'ERROR', reason: 'invalid response' }
},
GetLiveUserOperations: async (cb: (v:ResultError | ({ status: 'OK' }& Types.LiveUserOperation)) => void): Promise<void> => { throw new Error('http streams are not supported')}
})