Table of Contents

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 EncryptedAmountRemovedEvent
Added NewEncryptedAmountEvent
Memo OnChainData

Properties

Added

public NewEncryptedAmountEvent Added { get; init; }

Property Value

NewEncryptedAmountEvent

Memo

public OnChainData? Memo { get; init; }

Property Value

OnChainData

Removed

public EncryptedAmountRemovedEvent Removed { get; init; }

Property Value

EncryptedAmountRemovedEvent