DataDto

Summary

MembersDescriptions

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.

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.

public AssetDto Assets

The Assets transfered.

public string CreatedAtBlock

The Block Number this was created.

public string CreatedAtTime

The Time this was created.

Last updated