Table of Contents

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

Name string
Url string
Info string

Properties

Info

public string Info { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

Url

public string Url { get; init; }

Property Value

string