Table of Contents

Class TransferredToEncrypted

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

An account transferred part of its public balance to its encrypted balance.

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

Constructors

TransferredToEncrypted(EncryptedSelfAmountAddedEvent)

An account transferred part of its public balance to its encrypted balance.

public TransferredToEncrypted(EncryptedSelfAmountAddedEvent Data)

Parameters

Data EncryptedSelfAmountAddedEvent

Properties

Data

public EncryptedSelfAmountAddedEvent Data { get; init; }

Property Value

EncryptedSelfAmountAddedEvent