MoveFunctionArgString

@Serializable
data class MoveFunctionArgString(val str: String) : MoveFunctionArgType

Constructors

Link copied to clipboard
constructor(str: String)

Properties

Link copied to clipboard
val str: String