encodeDefList
export function encodeDefList(items: Encodeable[]): number[]
Encodes a list of CBOR encodeable items using CBOR definite length encoding (i.e. header bytes of the element represent the length of the list).
Arguments
1. items
items: Encodeable[]
Each item is already serialized
Returns
number[]