DataDto

Summary

MembersDescriptions

class AssetDto

public string Contract

The name of the Smart Contract.

public string OfferId

The unique identifier of an Offer.

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 int State

public bool IsSenderContract

Whether this is the sender contract.

Whether this is the recipient contract.

public object Data

public string CreatedAtBlock

The Bock Number this was created.

public string CreatedAtTime

public string UpdatedAtBlock

public string UpdatedAtTime

The Sender Assets.

The Recipient Assets.

Members

class AssetDto

public string Contract

The name of the Smart Contract.

public string OfferId

The unique identifier of an Offer.

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 int State

public bool IsSenderContract

Whether this is the sender contract.

public bool IsRecipientContract

Whether this is the recipient contract.

public object Data

public string CreatedAtBlock

The Bock Number this was created.

public string CreatedAtTime

public string UpdatedAtBlock

public string UpdatedAtTime

public AssetDto SenderAssets

The Sender Assets.

public AssetDto RecipientAssets

The Recipient Assets.

Last updated