Publish

@Serializable
data class Publish(val bytes: List<List<Byte>>, val dependencies: List<ObjectId>) : Command

Constructors

Link copied to clipboard
constructor(bytes: List<List<Byte>>, dependencies: List<ObjectId>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard