encodeFields
encodeFields(
pairs):string
Defined in: tlv.ts:32
Encode an array of [tag, value] pairs in registration order. Empty or
null/undefined values are filtered out so callers can compose
optional fields without an if chain.
Parameters
Section titled “Parameters”readonly readonly [string, string | null | undefined][]
Returns
Section titled “Returns”string