Class EncryptedAmountSelfTransfer
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Account tried to transfer an encrypted amount to itself, that's not allowed.
public sealed record EncryptedAmountSelfTransfer : IRejectReason, IEquatable<EncryptedAmountSelfTransfer>
- Inheritance
-
EncryptedAmountSelfTransfer
- Implements
- Inherited Members
Constructors
EncryptedAmountSelfTransfer(AccountAddress)
Account tried to transfer an encrypted amount to itself, that's not allowed.
public EncryptedAmountSelfTransfer(AccountAddress AccountAddress)
Parameters
AccountAddress
AccountAddress
Properties
AccountAddress
public AccountAddress AccountAddress { get; init; }