interactive event filling of missing properties.

This commit is contained in:
fiatjaf
2023-03-24 23:20:24 -03:00
parent 4d23a4c6af
commit 58517711b6
5 changed files with 88 additions and 9 deletions

View File

@@ -1,6 +1,10 @@
import io.circe.Printer
import scodec.bits.ByteVector
import scoin.*
object Utils {
val keyOne = PrivateKey(ByteVector32(ByteVector(0x01).padLeft(32)))
val jsonPrinter = Printer(
dropNullValues = false,
indent = " ",