Constructs an instance of this DTO.
The Address of this account on dHealth Network. The
account's address typically refers to a human-readable
series of 39 characters, starting either with a T
, for
TESTNET addresses, or with a N
, for MAINNET addresses.
The total amount of tokens that the address of this DTO has received. Amount is in absolute format.
The data attached to this statistics document. This can contain any object literal that is defined using one of:
ObjectLiteral
: e.g. { just: "a value" }
.
The period string representation of this DTO. Currently there are 3 types of periods:
name | description | example | example explained |
---|---|---|---|
daily | occurs daily | "20220130" | period occuring between 0:00 AM 30/01/2022 and 0:00 AM Jan 30 2022 |
weekly | occurs weekly | "202201-02" | period occuring between monday and sunday the second week of Jan 2022 |
monthly | occurs monthly | "202201" | period occuring between the 1st and 31st of Jan 2022 |
The period format of this statistics DTO. Depends on the sub-statistics scheduler it would take a different specific value. Currently there are 3 types of periods:
value | description |
---|---|
"D" | occurs daily |
"W" | occurs weekly |
"M" | occurs monthly |
The position of the user of this DTO. This reflects the position in terms of total rewards (token) amount this user's address has received.
The type of this statistics DTO. Depends on the sub-statistics scheduler it would take a different specific value.
Generated using TypeDoc
A DTO class that consists of the transferable properties of an account's [remote] statistics.
v0.3.2