ModuleMetadataV1
Namespace: IotaSdk
Metadata of a single module of a package
(0x2::package_metadata::ModuleMetadataV1).
public record class ModuleMetadataV1 : System.IEquatable`1[[IotaSdk.ModuleMetadataV1, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → ModuleMetadataV1
Implements IEquatable<ModuleMetadataV1>
Attributes NullableContextAttribute, NullableAttribute
Properties
AuthenticatorMetadata
The authenticator functions the module declares.
public AuthenticatorMetadataV1[] AuthenticatorMetadata { get; init; }
Property Value
Constructors
ModuleMetadataV1(AuthenticatorMetadataV1[])
Metadata of a single module of a package
(0x2::package_metadata::ModuleMetadataV1).
public ModuleMetadataV1(AuthenticatorMetadataV1[] AuthenticatorMetadata)
Parameters
AuthenticatorMetadata AuthenticatorMetadataV1[]
The authenticator functions the module declares.