La referencia de la API está disponible solo en inglés por ahora.

BoundedEncodeResult

interface
serialize/codec.ts:317

Outcome of encodeStateBounded.

Properties

NameTypeDescription
note?stringExplains what was dropped, for display beside a partial tree.
truncatedbooleantrue when the state did not fit and parts were replaced by markers.
valueunknownThe encoded value, small enough to send.