ArrayBuilder
Array builder.
Functions
Link copied to clipboard
Adds a boolean.
Adds a new value.
Adds a new data item.
Link copied to clipboard
Adds a new array.
Link copied to clipboard
inline fun <T> ArrayBuilder<T>.addCborArray(builderAction: ArrayBuilder<ArrayBuilder<T>>.() -> Unit)
Adds the DataItem for a CBOR array produced by the given builder action to a CBOR array.
Link copied to clipboard
Adds the DataItem for a CBOR map produced by the given builder action to a CBOR array.
Link copied to clipboard
Adds a new map.
Link copied to clipboard
Adds a tagged bstr with encoded CBOR.