AuthenticatorMetadataV1
data class AuthenticatorMetadataV1(var functionName: String, var accountType: String)
An authenticator function declared by a module (0x2::package_metadata::AuthenticatorMetadataV1).
Constructors
| AuthenticatorMetadataV1 | constructor(functionName: String, accountType: String) |
Properties
| Name | Summary |
|---|---|
| accountType | var accountType: String Fully-qualified type name of the account type it authenticates. |
| functionName | var functionName: String Name of the authenticator function. |