Type Alias FetchByKeysResult<T, K, I>
FetchByKeysResult: { contracts: (
CreateEvent<T, K, I> | null)
[]; loading: boolean;} Type Parameters
- T extends object
- K
- I extends string
Type declaration
contracts: (CreateEvent<T, K, I> | null)[]
loading: boolean
The result of a streaming
fetchByKeys
against the ledger.