Skip to main content

AuthenticatorFunctionRef

data class AuthenticatorFunctionRef(var package: ObjectId, var moduleName: String, var functionName: String) : Disposable

A reference to an authenticator function (0x2::authenticator_function::AuthenticatorFunctionRefV1), carried by the account-abstraction events.

Constructors

AuthenticatorFunctionRefconstructor(package: ObjectId, moduleName: String, functionName: String)

Properties

NameSummary
functionNamevar functionName: String
moduleNamevar moduleName: String
packagevar package: ObjectId
Object ID of the package declaring the function.

Functions

NameSummary
destroyopen override fun destroy()