![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
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... | |
Account event
Definition at line 15 of file AccountEvent.cs.
EDaler.AccountEvent.AccountEvent | ( | ) |
Account event
Definition at line 30 of file AccountEvent.cs.
|
getset |
Balance after operation
Definition at line 73 of file AccountEvent.cs.
|
getset |
Change
Definition at line 64 of file AccountEvent.cs.
|
getset |
Encrypted message intended for recipient.
Definition at line 92 of file AccountEvent.cs.
|
getset |
Public key of sender used to generate shared key used for encrypting message in EncryptedMessage.
Definition at line 103 of file AccountEvent.cs.
|
getset |
Decrypted message, if available, and able to decrypt.
Definition at line 113 of file AccountEvent.cs.
|
getset |
Remote party
Definition at line 55 of file AccountEvent.cs.
|
getset |
Reserved amount, that the user cannot use directly.
Definition at line 82 of file AccountEvent.cs.
|
getset |
Timestamp of transaction
Definition at line 46 of file AccountEvent.cs.
|
getset |
Transaction ID
Definition at line 37 of file AccountEvent.cs.