Table of Contents

Class ContractIdentifier

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Contains the identification name of the contract.

public sealed record ContractIdentifier : IEquatable<ContractIdentifier>
Inheritance
ContractIdentifier
Implements
Inherited Members

Constructors

ContractIdentifier(string)

Contains the identification name of the contract.

public ContractIdentifier(string ContractName)

Parameters

ContractName string

Name of contract

Properties

ContractName

Name of contract

public string ContractName { get; init; }

Property Value

string