Ixian SDK
IXICore.Meta.Activity Class Reference

An activity item which describes a potentially interesting event on the DLT or S2 network. More...

Public Member Functions

 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, string txid)
 
 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, string txid)
 
SortedDictionary< byte[], IxiNumbergetToListAsArray ()
 
bool setToListArray (SortedDictionary< byte[], IxiNumber > to_list)
 

Properties

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 txid [get, set]
 
string id [get, set]
 

Detailed Description

An activity item which describes a potentially interesting event on the DLT or S2 network.

Definition at line 58 of file Activity.cs.

Constructor & Destructor Documentation

◆ Activity() [1/3]

IXICore.Meta.Activity.Activity ( )

Definition at line 75 of file Activity.cs.

◆ Activity() [2/3]

IXICore.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,
string  txid 
)

Definition at line 80 of file Activity.cs.

◆ Activity() [3/3]

IXICore.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,
string  txid 
)

Definition at line 95 of file Activity.cs.

Member Function Documentation

◆ getToListAsArray()

SortedDictionary<byte[], IxiNumber> IXICore.Meta.Activity.getToListAsArray ( )

Definition at line 148 of file Activity.cs.

◆ setToListArray()

bool IXICore.Meta.Activity.setToListArray ( SortedDictionary< byte[], IxiNumber to_list)

Definition at line 177 of file Activity.cs.

Property Documentation

◆ blockHeight

long IXICore.Meta.Activity.blockHeight
getset

Definition at line 72 of file Activity.cs.

◆ data

byte [] IXICore.Meta.Activity.data
getset

Definition at line 68 of file Activity.cs.

◆ from

string IXICore.Meta.Activity.from
getset

Definition at line 65 of file Activity.cs.

◆ id

string IXICore.Meta.Activity.id
getset

Definition at line 111 of file Activity.cs.

◆ seedHash

byte [] IXICore.Meta.Activity.seedHash
getset

Definition at line 63 of file Activity.cs.

◆ status

int IXICore.Meta.Activity.status
getset

Definition at line 71 of file Activity.cs.

◆ timestamp

long IXICore.Meta.Activity.timestamp
getset

Definition at line 70 of file Activity.cs.

◆ toList

string IXICore.Meta.Activity.toList
getset

Definition at line 66 of file Activity.cs.

◆ txid

string IXICore.Meta.Activity.txid
getset

Definition at line 73 of file Activity.cs.

◆ type

int IXICore.Meta.Activity.type
getset

Definition at line 67 of file Activity.cs.

◆ value

string IXICore.Meta.Activity.value
getset

Definition at line 69 of file Activity.cs.

◆ wallet

string IXICore.Meta.Activity.wallet
getset

Definition at line 64 of file Activity.cs.


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