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. Burns

BurnsApi

PreviousBurnsNextBurnDto

Last updated 2 years ago

Summary

Members
Descriptions

This function will make a GET request to the Burns endpoint and return the response as a BurnsDto object.

This function will return a BurnsDto object if the API call is successful. Otherwise, it will throw an exception.

It returns the burn amount for a given account.

This function returns a Uri object that represents the Burns endpoint

It takes a BurnsUriParameterBuilder object and returns a Uri object.

This function returns a URI that can be used to burn a specific account

Members

public ()

This function will make a GET request to the Burns endpoint and return the response as a BurnsDto object.

Returns

BurnsDto

public ( burnsUriParameterBuilder)

This function will return a BurnsDto object if the API call is successful. Otherwise, it will throw an exception.

Parameters

  • BurnsUriParameterBuilder This is a class that contains all the parameters that can be passed to the API.

Returns

A BurnsDto object.

It returns the burn amount for a given account.

Parameters

  • accountName The name of the account to burn

Returns

A BurnDto object

This function returns a Uri object that represents the Burns endpoint

It takes a BurnsUriParameterBuilder object and returns a Uri object.

Parameters

  • BurnsUriParameterBuilder A class that builds the query string parameters for the URI.

This function returns a URI that can be used to burn a specific account

Parameters

  • accountName The name of the account to burn.

public ()

public ( burnsUriParameterBuilder)

public (string accountName)

private readonly string

private Uri ()

private Uri ( burnsUriParameterBuilder)

private Uri (string accountName)

public (string accountName)

private readonly string

private Uri ()

private Uri ( burnsUriParameterBuilder)

private Uri (string accountName)

BurnsDto
BurnsDto
BurnsUriParameterBuilder
Burns
Burns
BurnDto
Account
_requestUriBase
BurnsUri
BurnsUriParameterBuilder
BurnsUri
BurnUri
BurnsDto
Burns
BurnsDto
BurnsUriParameterBuilder
Burns
BurnDto
Account
_requestUriBase
BurnsUri
BurnsUriParameterBuilder
BurnsUri
BurnUri