Table of Contents

Class RejectedInit

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

Rejected due to contract logic in init function of a contract.

public sealed record RejectedInit : IRejectReason, IEquatable<RejectedInit>
Inheritance
RejectedInit
Implements
Inherited Members

Constructors

RejectedInit(int)

Rejected due to contract logic in init function of a contract.

public RejectedInit(int RejectReason)

Parameters

RejectReason int

Properties

RejectReason

public int RejectReason { get; init; }

Property Value

int