Skip to main content

AuthenticatorMetadataV1

type AuthenticatorMetadataV1

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

type AuthenticatorMetadataV1 struct {
// Name of the authenticator function.
FunctionName string
// Fully-qualified type name of the account type it authenticates.
AccountType string
}

func (*AuthenticatorMetadataV1) Destroy

func (r *AuthenticatorMetadataV1) Destroy()