Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 6.64 KB

AtomicMarketApiClient--Assets--AssetsDto--DataDto--TemplateDto.md

File metadata and controls

51 lines (31 loc) · 6.64 KB

TemplateDto

Summary

Members Descriptions
class ImmutableDataDto
public string TemplateId The unique Identifier of a Template.
public string MaxSupply The Maximum Supply.
public bool Transferable Indicates if an Asset is transferable.
public bool Burnable Indicates if an Asset is burnable.
public string IssuedSupply The issued Supply.
public string CreatedAtBlock The Block Number this was created.
public string CreatedAtTime The Time this was created.
public ImmutableDataDto `` ImmutableData The immutable Data.

Members

class ImmutableDataDto

public string TemplateId

The unique Identifier of a Template.

public string MaxSupply

The Maximum Supply.

public bool Transferable

Indicates if an Asset is transferable.

public bool Burnable

Indicates if an Asset is burnable.

public string IssuedSupply

The issued Supply.

public string CreatedAtBlock

The Block Number this was created.

public string CreatedAtTime

The Time this was created.

public ImmutableDataDto `` ImmutableData

The immutable Data.