WriteSetChangeDeleteModule

@Serializable
@SerialName(value = "WriteSetChange::Delete")
data class WriteSetChangeDeleteModule(val type: String, val address: String, val state_key_hash: String, val module: String) : WriteSetChange

Constructors

Link copied to clipboard
constructor(type: String, address: String, state_key_hash: String, module: String)

Properties

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