Skip to main content

AuthenticatorMetadataV1

data class AuthenticatorMetadataV1(var functionName: String, var accountType: String)

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

Constructors

AuthenticatorMetadataV1constructor(functionName: String, accountType: String)

Properties

NameSummary
accountTypevar accountType: String
Fully-qualified type name of the account type it authenticates.
functionNamevar functionName: String
Name of the authenticator function.