Constructs an instance of this DTO.
The document's creation block number. This field does reflect the time of creation of a transaction. You can use the dHealth Network API to find out exact timestamp by block height.
This is the recipient address. The recipient corresponds to the destination of said transaction.
This is the signer's address. The signer corresponds to the issuer of said transaction ("owner"). It is not to be confused with the discovery source address.
This is the transaction hash as defined by dHealth Network. It
contains an immutable sha3-256 hash created from the transaction
body.
Due to the usage of sha3-256, this hash is always a 32 bytes
transaction hash (64 characters in hexadecimal notation).
Generated using TypeDoc
A DTO class that consists of the transferable properties of a transaction. Typically this includes information that is already made public or is known from dHealth Network.
This class shall be used in HTTP responses to avoid any additional data about accounts to be revealed.
Use the
@dhealth/contracts
abstraction and include in TransactionDTO if necessary.v0.2.0