Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EDaler.AccountEvent Class Reference

Account event More...

Public Member Functions

 AccountEvent ()
 Account event More...
 

Properties

Guid TransactionId [get, set]
 Transaction ID More...
 
DateTime Timestamp [get, set]
 Timestamp of transaction More...
 
CaseInsensitiveString Remote [get, set]
 Remote party More...
 
decimal Change [get, set]
 Change More...
 
decimal Balance [get, set]
 Balance after operation More...
 
decimal Reserved [get, set]
 Reserved amount, that the user cannot use directly. More...
 
byte[] EncryptedMessage [get, set]
 Encrypted message intended for recipient. More...
 
byte[] EncryptionPublicKey [get, set]
 Public key of sender used to generate shared key used for encrypting message in EncryptedMessage. More...
 
string Message [get, set]
 Decrypted message, if available, and able to decrypt. More...
 

Detailed Description

Account event

Definition at line 15 of file AccountEvent.cs.

Constructor & Destructor Documentation

◆ AccountEvent()

EDaler.AccountEvent.AccountEvent ( )

Account event

Definition at line 30 of file AccountEvent.cs.

Property Documentation

◆ Balance

decimal EDaler.AccountEvent.Balance
getset

Balance after operation

Definition at line 73 of file AccountEvent.cs.

◆ Change

decimal EDaler.AccountEvent.Change
getset

Change

Definition at line 64 of file AccountEvent.cs.

◆ EncryptedMessage

byte [] EDaler.AccountEvent.EncryptedMessage
getset

Encrypted message intended for recipient.

Definition at line 92 of file AccountEvent.cs.

◆ EncryptionPublicKey

byte [] EDaler.AccountEvent.EncryptionPublicKey
getset

Public key of sender used to generate shared key used for encrypting message in EncryptedMessage.

Definition at line 103 of file AccountEvent.cs.

◆ Message

string EDaler.AccountEvent.Message
getset

Decrypted message, if available, and able to decrypt.

Definition at line 113 of file AccountEvent.cs.

◆ Remote

CaseInsensitiveString EDaler.AccountEvent.Remote
getset

Remote party

Definition at line 55 of file AccountEvent.cs.

◆ Reserved

decimal EDaler.AccountEvent.Reserved
getset

Reserved amount, that the user cannot use directly.

Definition at line 82 of file AccountEvent.cs.

◆ Timestamp

DateTime EDaler.AccountEvent.Timestamp
getset

Timestamp of transaction

Definition at line 46 of file AccountEvent.cs.

◆ TransactionId

Guid EDaler.AccountEvent.TransactionId
getset

Transaction ID

Definition at line 37 of file AccountEvent.cs.


The documentation for this class was generated from the following file: