Skip to main content

Type Alias: AuthenticatorFunctionRef

type AuthenticatorFunctionRef = {
functionName: string;
moduleName: string;
package: ObjectIdLike;
};

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

Properties

functionName

functionName: string;

moduleName

moduleName: string;

package

package: ObjectIdLike;

Object ID of the package declaring the function.