MoveNormalizedModule

@Serializable
data class MoveNormalizedModule(val fileFormatVersion: Long, val address: String, val name: String, val friends: List<Friend> = emptyList(), val structs: String, val exposedFunctions: List<ModuleExposedFunction> = emptyList())

Constructors

Link copied to clipboard
constructor(fileFormatVersion: Long, address: String, name: String, friends: List<Friend> = emptyList(), structs: String, exposedFunctions: List<ModuleExposedFunction> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable(with = ToStringSerializer::class)
val structs: String