Skip to main content

Type Alias: ModuleMetadataV1

type ModuleMetadataV1 = {
authenticatorMetadata: AuthenticatorMetadataV1[];
};

Metadata of a single module of a package (0x2::package_metadata::ModuleMetadataV1).

Properties

authenticatorMetadata

authenticatorMetadata: AuthenticatorMetadataV1[];

The authenticator functions the module declares.