WAX Unity Web3 Suite
AtomicAssets
AtomicAssets
  • Getting Started
  • Installation
    • WebGL Installation
  • Examples
    • Unity Example
    • Filtered assets avilable for trading
    • AccountExample
    • BurnsExample
    • CollectionsExample
    • OffersExample
    • SchemasExample
    • TemplatesExample
    • TransfersExample
  • API Docs
    • AtomicAssetsApiFactory
    • Accounts
      • AccountsApi
        • AccountCollectionDto
          • DataDto
            • SchemasDto
            • TemplatesDto
        • AccountDto
          • DataDto
            • CollectionsDto
            • TemplatesDto
        • AccountsDto
          • DataDto
      • AccountsUriParameterBuilder
    • Assets
      • AssetsApi
        • AssetDto
          • DataDto
            • BackedTokensDto
            • CollectionDto
            • FormatDto
            • SchemaDto
            • ImmutableDataDto
            • TemplateDto
        • AssetsDto
          • DataDto
            • BackedTokensDto
            • CollectionDto
            • SchemaDto
              • FormatDto
            • TemplateDto
              • ImmutableDataDto
      • AssetsUriParameterBuilder
    • Burns
      • BurnsApi
        • BurnDto
          • DataDto
            • CollectionsDto
            • TemplatesDto
        • BurnsDto
          • DataDto
      • BurnsUriParameterBuilder
    • Collections
      • CollectionsApi
        • CollectionDto
          • DataDto
        • CollectionsDto
          • DataDto
      • CollectionsUriParameterBuilder
    • Config
      • ConfigApi
        • ConfigDto
    • Offers
      • OffersApi
        • OfferDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
        • OffersDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
      • OffersUriParameterBuilder
    • Schemas
      • SchemasApi
        • SchemaDto
          • DataDto
            • CollectionDto
            • FormatDto
        • SchemasDto
          • DataDto
            • CollectionDto
            • FormatDto
      • SchemasUriParameterBuilder
    • Templates
      • TemplatesApi
        • TemplateDto
          • DataDto
            • CollectionDto
            • SchemaDto
              • FormatDto
        • TemplatesDto
          • DataDto
            • CollectionDto
            • SchemaDto
              • FormatDto
      • TemplatesUriParameterBuilder
    • Transfers
      • TransfersApi
        • TransfersDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
      • TransfersUriParameterBuilder
    • StatsDto
      • DataDto
    • LogsDto
      • DataDto
    • Core
      • HttpRequestBuilder
      • HttpResponseMessageExtension
Powered by GitBook
On this page
  • Summary
  • Members
Edit on GitHub
  1. API Docs
  2. Offers
  3. OffersApi
  4. OfferDto

DataDto

Summary

Members
Descriptions

The name of the Smart Contract.

Unique identifier of an Offer.

Name of the Sender.

Name of the Recipient.

A memo that can be used to attach messages to trade offers.

Whether this is the sender contract.

Whether this is the recipient contract.

The Block Number this was created.

The Time this was created.

Block-Number this was last updated.

Time this was last updated.

The Sender Assets.

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.

PreviousOfferDtoNextAssetDto

Last updated 2 years ago

class

public string

public string

public string

public string

public string

public int

public bool

public bool

public object

public string

public string

public float

public float

public

public

AssetDto
Contract
OfferId
SenderName
RecipientName
Memo
State
IsSenderContract
IsRecipientContract
Data
CreatedAtBlock
CreatedAtTime
UpdatedAtBlock
UpdatedAtTime
AssetDto
SenderAssets
AssetDto
RecipientAssets