Class EncryptedAmountTransferred
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
An encrypted amount was transferred possible with memo.
public sealed record EncryptedAmountTransferred : IAccountTransactionEffects, IEquatable<EncryptedAmountTransferred>
- Inheritance
-
EncryptedAmountTransferred
- Implements
- Inherited Members
Constructors
EncryptedAmountTransferred(EncryptedAmountRemovedEvent, NewEncryptedAmountEvent, OnChainData?)
An encrypted amount was transferred possible with memo.
public EncryptedAmountTransferred(EncryptedAmountRemovedEvent Removed, NewEncryptedAmountEvent Added, OnChainData? Memo)
Parameters
Removed
EncryptedAmountRemovedEventAdded
NewEncryptedAmountEventMemo
OnChainData
Properties
Added
public NewEncryptedAmountEvent Added { get; init; }
Property Value
Memo
public OnChainData? Memo { get; init; }
Property Value
Removed
public EncryptedAmountRemovedEvent Removed { get; init; }