Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 6.05 KB

AtomicMarketApiClient--Transfers--TransfersDto--DataDto.md

File metadata and controls

47 lines (29 loc) · 6.05 KB

DataDto

Summary

Members Descriptions
class AssetDto
public string Contract The name of the Smart Contract.
public string TransferId
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.
public string CreatedAtBlock The Bock Number this was created.
public string CreatedAtTime

Members

class AssetDto

public string Contract

The name of the Smart Contract.

public string TransferId

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.

public string CreatedAtBlock

The Bock Number this was created.

public string CreatedAtTime