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. Assets
  3. AssetsApi
  4. AssetsDto

DataDto

Summary

Members
Descriptions

The name of the Smart Contract.

The Unique Identifier of the Asset.

The Owner.

Indicates if an Asset is transferable.

Indicates if an Asset is burnable.

The Collection this belongs to.

The Schema this belongs to.

The Template this belongs to.

The Mutable Data.

The Immutable Data.

The Mint-Number of this Template.

Tokens by which this Asset is backed.

Block-Number this was last updated.

Time this was last updated.

Block this was last transferred.

Time this was last transferred.

Block this Asset was minted.

Time this Asset was minted.

The Name.

Members

class BackedTokensDto

class CollectionDto

class SchemaDto

class TemplateDto

public string Contract

The name of the Smart Contract.

public string AssetId

The Unique Identifier of the Asset.

public string Owner

The Owner.

public bool Transferable

Indicates if an Asset is transferable.

public bool Burnable

Indicates if an Asset is burnable.

public CollectionDto Collection

The Collection this belongs to.

public SchemaDto Schema

The Schema this belongs to.

public TemplateDto Template

The Template this belongs to.

public object MutableData

The Mutable Data.

public object ImmutableData

The Immutable Data.

public string TemplateMint

The Mint-Number of this Template.

public BackedTokensDto BackedTokens

Tokens by which this Asset is backed.

public string UpdatedAtBlock

Block-Number this was last updated.

public string UpdatedAtTime

Time this was last updated.

public string TransferredAtBlock

Block this was last transferred.

public string TransferredAtTime

Time this was last transferred.

public string MintedAtBlock

Block this Asset was minted.

public string MintedAtTime

Time this Asset was minted.

public string Name

The Name.

PreviousAssetsDtoNextBackedTokensDto

Last updated 2 years ago

class

class

class

class

public string

public string

public string

public bool

public bool

public

public

public

public object

public object

public string

public

public string

public string

public string

public string

public string

public string

public string

BackedTokensDto
CollectionDto
SchemaDto
TemplateDto
Contract
AssetId
Owner
Transferable
Burnable
CollectionDto
Collection
SchemaDto
Schema
TemplateDto
Template
MutableData
ImmutableData
TemplateMint
BackedTokensDto
BackedTokens
UpdatedAtBlock
UpdatedAtTime
TransferredAtBlock
TransferredAtTime
MintedAtBlock
MintedAtTime
Name