setData

open suspend override fun setData(data: ByteArray)(source)

Stores arbitrary data to be used as a transaction checkpoint.

The stored data can be retrieved via get_data. Keep the data size reasonable; this is not a general-purpose key-value store.