DataDto
Summary
class AssetDto
public string Contract
The name of the Smart Contract.
public string OfferId
Unique identifier of an Offer.
public string SenderName
Name of the Sender.
public string RecipientName
Name of the Recipient.
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 Block Number this was created.
public string CreatedAtTime
The Time this was created.
public float UpdatedAtBlock
Block-Number this was last updated.
public float UpdatedAtTime
Time this was last updated.
public AssetDto SenderAssets
The Sender Assets.
public AssetDto RecipientAssets
The Recipient Assets.
Members
class AssetDto
public string Contract
The name of the Smart Contract.
public string OfferId
Unique identifier of an Offer.
public string SenderName
Name of the Sender.
public string RecipientName
Name of the Recipient.
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 Block Number this was created.
public string CreatedAtTime
The Time this was created.
public float UpdatedAtBlock
Block-Number this was last updated.
public float UpdatedAtTime
Time this was last updated.
public AssetDto SenderAssets
The Sender Assets.
public AssetDto RecipientAssets
The Recipient Assets.
Last updated