A BCS type descriptor that can serialize and deserialize values of type T. Compose types using the bcs factory (e.g. bcs.struct, bcs.enum, bcs.vector).
T
bcs
bcs.struct
bcs.enum
bcs.vector
Internal codec holding the fast read/write closures and an optional kind tag used by bulk encoder/decoder dispatch.
Use parse instead.
Optional
Use toBytes or serialize instead.
A BCS type descriptor that can serialize and deserialize values of type
T. Compose types using thebcsfactory (e.g.bcs.struct,bcs.enum,bcs.vector).