Skip to main content

AuthenticatorFunctionRef

type AuthenticatorFunctionRef

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

type AuthenticatorFunctionRef struct {
// Object ID of the package declaring the function.
Package *ObjectId
ModuleName string
FunctionName string
}

func (*AuthenticatorFunctionRef) Destroy

func (r *AuthenticatorFunctionRef) Destroy()