Skip to main content

Type Alias: AuthenticatorMetadataV1

type AuthenticatorMetadataV1 = {
accountType: string;
functionName: string;
};

An authenticator function declared by a module (0x2::package_metadata::AuthenticatorMetadataV1).

Properties

accountType

accountType: string;

Fully-qualified type name of the account type it authenticates.


functionName

functionName: string;

Name of the authenticator function.