Variable updateItemCodec

Source
Expand description

This codec encodes Webxdc update log entries.

Webxdc status updates are in JSON, so we encode the binary data into base64, and decode again.

const updateItemCodec: WebxdcUpdateItemCodec<UpdateItem>...