Constructs an instance of this DTO.
This is the contract signature as presented inside a dHealth Transfer Transaction.
The operation's creation block number. This field does reflect the time of creation of an operation. You can use the dHealth Network API to find out exact timestamp by block height.
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).
This is the user's address. The user corresponds to the account that has executed said operation, a.k.a. the originator.
Generated using TypeDoc
A DTO class that consists of the transferable properties of an operation. 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.
v0.3.0