An activity item which describes a potentially interesting event on the DLT or S2 network.
More...
|
| Activity () |
|
| Activity (byte[] seed_hash, string wallet, string from, string to_list, int type, byte[] data, string value, long timestamp, int status, ulong block_height) |
|
| Activity (byte[] seed_hash, string wallet, string from, SortedDictionary< byte[], IxiNumber > to_list, int type, byte[] data, string value, long timestamp, int status, ulong block_height) |
|
SortedDictionary< byte[], IxiNumber > | getToListAsArray () |
|
bool | setToListArray (SortedDictionary< byte[], IxiNumber > to_list) |
|
|
byte [] | seedHash [get, set] |
|
string | wallet [get, set] |
|
string | from [get, set] |
|
string | toList [get, set] |
|
int | type [get, set] |
|
byte [] | data [get, set] |
|
string | value [get, set] |
|
long | timestamp [get, set] |
|
int | status [get, set] |
|
long | blockHeight [get, set] |
|
string | id [get, set] |
|
An activity item which describes a potentially interesting event on the DLT or S2 network.
Definition at line 58 of file Activity.cs.
◆ Activity() [1/3]
DLT.Meta.Activity.Activity |
( |
| ) |
|
◆ Activity() [2/3]
DLT.Meta.Activity.Activity |
( |
byte [] |
seed_hash, |
|
|
string |
wallet, |
|
|
string |
from, |
|
|
string |
to_list, |
|
|
int |
type, |
|
|
byte [] |
data, |
|
|
string |
value, |
|
|
long |
timestamp, |
|
|
int |
status, |
|
|
ulong |
block_height |
|
) |
| |
◆ Activity() [3/3]
DLT.Meta.Activity.Activity |
( |
byte [] |
seed_hash, |
|
|
string |
wallet, |
|
|
string |
from, |
|
|
SortedDictionary< byte[], IxiNumber > |
to_list, |
|
|
int |
type, |
|
|
byte [] |
data, |
|
|
string |
value, |
|
|
long |
timestamp, |
|
|
int |
status, |
|
|
ulong |
block_height |
|
) |
| |
◆ getToListAsArray()
SortedDictionary<byte[], IxiNumber> DLT.Meta.Activity.getToListAsArray |
( |
| ) |
|
◆ setToListArray()
bool DLT.Meta.Activity.setToListArray |
( |
SortedDictionary< byte[], IxiNumber > |
to_list | ) |
|
◆ blockHeight
long DLT.Meta.Activity.blockHeight |
|
getset |
◆ data
byte [] DLT.Meta.Activity.data |
|
getset |
◆ from
string DLT.Meta.Activity.from |
|
getset |
◆ id
string DLT.Meta.Activity.id |
|
getset |
◆ seedHash
byte [] DLT.Meta.Activity.seedHash |
|
getset |
◆ status
int DLT.Meta.Activity.status |
|
getset |
◆ timestamp
long DLT.Meta.Activity.timestamp |
|
getset |
◆ toList
string DLT.Meta.Activity.toList |
|
getset |
◆ type
int DLT.Meta.Activity.type |
|
getset |
◆ value
string DLT.Meta.Activity.value |
|
getset |
◆ wallet
string DLT.Meta.Activity.wallet |
|
getset |
The documentation for this class was generated from the following file: