DataDto
Summary
Members | Descriptions |
---|---|
| |
| The name of the Smart Contract. |
| Unique identifier of a Transfer. |
| The Name of the Sender-Account. |
| The Name of the Recipient-Account. |
| A memo that can be used to attach messages to trade offers. |
The Assets transfered. | |
| The Block Number this was created. |
| The Time this was created. |
Members
class
AssetDto
public string
Contract
The name of the Smart Contract.
public string
TransferId
Unique identifier of a Transfer.
public string
SenderName
The Name of the Sender-Account.
public string
RecipientName
The Name of the Recipient-Account.
public string
Memo
A memo that can be used to attach messages to trade offers.
The Assets transfered.
public string
CreatedAtBlock
The Block Number this was created.
public string
CreatedAtTime
The Time this was created.
Last updated