Class Description
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Description either of an anonymity revoker or identity provider. Metadata that should be visible on the chain.
public sealed record Description : IEquatable<Description>
- Inheritance
-
Description
- Implements
- Inherited Members
Constructors
Description(string, string, string)
Description either of an anonymity revoker or identity provider. Metadata that should be visible on the chain.
public Description(string Name, string Url, string Info)
Parameters
Properties
Info
public string Info { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
Url
public string Url { get; init; }