State

constructor(linearId: UniqueIdentifier = UniqueIdentifier(), participants: List<AbstractParty> = listOf(), linearString: String = "ABC", linearNumber: Long = 123, linearTimestamp: Instant = LocalDateTime.now().toInstant(UTC), linearBoolean: Boolean = true, nonce: SecureHash = SecureHash.randomSHA256())