EmitModuleFilter

Match by an event's package/module fields, specified as a ::-delimited Move path. These identify the top-level Move call that triggered the event.

Specificity levels: "0xpkg" -> matches events with this package_id "0xpkg::module" -> matches events with this package_id and module

Properties

Link copied to clipboard
abstract val module: String?

Required. Move path of the form package[::module].

Link copied to clipboard

Returns the field-presence view for this EmitModuleFilter instance.

Functions

Link copied to clipboard
fun EmitModuleFilter.copy(body: <Error class: unknown class>.() -> Unit = {}): EmitModuleFilter

Copies the original message, including unknown fields.