MoveCallFilter

interface MoveCallFilter

Match by Move function call, specified as a ::-delimited Move path.

Specificity levels: "0xpkg" -> matches any call in the package "0xpkg::module" -> matches any call in the module "0xpkg::module::function" -> matches calls to the exact function

Properties

Link copied to clipboard
abstract val function: String?

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

Link copied to clipboard

Returns the field-presence view for this MoveCallFilter instance.

Functions

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

Copies the original message, including unknown fields.