decodeListLazy
export function decodeListLazy(bytes: BytesLike): (itemDecoder: IndexedDecoder<T> | Decodeable<T>) => T
Arguments
Name | Type | Description |
---|---|---|
bytes | BytesLike |
Return value
(itemDecoder: IndexedDecoder<T> | Decodeable<T>) => T
export function decodeListLazy(bytes: BytesLike): (itemDecoder: IndexedDecoder<T> | Decodeable<T>) => T
Name | Type | Description |
---|---|---|
bytes | BytesLike |
(itemDecoder: IndexedDecoder<T> | Decodeable<T>) => T