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 time at which this account first interacted with this dApp on dHealth Network.
The height of the block that included the transaction with which this account first interacted with this dApp on dHealth Network.
The OAuth integrations that are enabled for one AccountDTO object. This array contains provider identifiers, e.g. `"strava".
The account's referral code. This code should be used when inviting new users to the dApp. This field contains a unique random string of 8 characters.
The account's referrer address. This address refers to the
account that invited the current account to the dApp.
This field is optional and indexed.
The total number of transactions discovered for this account on dHealth Network.
Generated using TypeDoc
A DTO class that consists of the transferable properties of an augmented account, a "profile".
This class shall be used in HTTP responses to avoid any additional data about accounts to be revealed.
v0.3.2