AuthenticatorFunctionRef
AuthenticatorFunctionRef
struct AuthenticatorFunctionRef
A reference to an authenticator function
(0x2::authenticator_function::AuthenticatorFunctionRefV1), carried by the
account-abstraction events.
init(package:moduleName:functionName:)
init(package: ObjectId, moduleName: String, functionName: String)
functionName
var functionName: String
moduleName
var moduleName: String
package
var package: ObjectId
Object ID of the package declaring the function.