Effects

@Serializable
data class Effects(val messageVersion: String, val status: Status, val executedEpoch: String, val gasUsed: GasUsed, val modifiedAtVersions: List<AtVersion> = emptyList(), val sharedObjects: List<SharedObject> = emptyList(), val transactionDigest: String, val created: List<Object> = emptyList(), val mutated: List<Object> = emptyList(), val gasObject: GasObject, val eventsDigest: String = "", val dependencies: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(messageVersion: String, status: Status, executedEpoch: String, gasUsed: GasUsed, modifiedAtVersions: List<AtVersion> = emptyList(), sharedObjects: List<SharedObject> = emptyList(), transactionDigest: String, created: List<Object> = emptyList(), mutated: List<Object> = emptyList(), gasObject: GasObject, eventsDigest: String = "", dependencies: List<String> = emptyList())

Properties

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