putTaggedEncodedCbor

fun putTaggedEncodedCbor(key: Long, encodedCbor: ByteArray): MapBuilder<T>

Puts a tagged bstr with encoded CBOR in the map.

Parameters

key

the key.

encodedCbor

the bytes of the encoded CBOR.