decodeListLazy
export function decodeListLazy(bytes: BytesLike): <T>(itemDecoder: IndexedDecoder<T> | Decodeable<T>) => T
Arguments
1. bytes
bytes: BytesLike
Returns
<T>(itemDecoder: IndexedDecoder<T> | Decodeable<T>) => T
export function decodeListLazy(bytes: BytesLike): <T>(itemDecoder: IndexedDecoder<T> | Decodeable<T>) => T
bytes
bytes: BytesLike
<T>(itemDecoder: IndexedDecoder<T> | Decodeable<T>) => T