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
IRejectReasonReason for rejection of the transaction
Properties
RejectReason
Reason for rejection of the transaction
public IRejectReason RejectReason { get; init; }
Property Value
TransactionType
Transaction type of a failed transaction, if known. In case of serialization failure this will be null.
public TransactionType? TransactionType { get; init; }