Table of Contents

Class None

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

No effects other than payment from this transaction. The rejection reason indicates why the transaction failed.

public sealed record None : IAccountTransactionEffects, IEquatable<None>
Inheritance
None
Implements
Inherited Members

Constructors

None(TransactionType?, IRejectReason)

No effects other than payment from this transaction. The rejection reason indicates why the transaction failed.

public None(TransactionType? TransactionType, IRejectReason RejectReason)

Parameters

TransactionType TransactionType?

Transaction type of a failed transaction, if known. In case of serialization failure this will be null.

RejectReason IRejectReason

Reason for rejection of the transaction

Properties

RejectReason

Reason for rejection of the transaction

public IRejectReason RejectReason { get; init; }

Property Value

IRejectReason

TransactionType

Transaction type of a failed transaction, if known. In case of serialization failure this will be null.

public TransactionType? TransactionType { get; init; }

Property Value

TransactionType?