DataDto

Summary

MembersDescriptions

class SchemaDto

public string Contract

The name of the Smart Contract.

public string TemplateId

The unique Identifier of a Template.

public string MaxSupply

The Maximum Supply.

public string IssuedSupply

The issued Supply.

public bool IsTransferable

Indicates if an Asset is transferable.

public bool IsBurnable

Indicates if an Asset is burnable.

public object ImmutableData

The Immutable Data.

public string CreatedAtBlock

The Block Number this was created.

public string CreatedAtTime

The Time this was created.

The Collection this belongs to.

The Schema this belongs to.

Members

class CollectionDto

class SchemaDto

public string Contract

The name of the Smart Contract.

public string TemplateId

The unique Identifier of a Template.

public string MaxSupply

The Maximum Supply.

public string IssuedSupply

The issued Supply.

public bool IsTransferable

Indicates if an Asset is transferable.

public bool IsBurnable

Indicates if an Asset is burnable.

public object ImmutableData

The Immutable Data.

public string CreatedAtBlock

The Block Number this was created.

public string CreatedAtTime

The Time this was created.

public CollectionDto Collection

The Collection this belongs to.

public SchemaDto Schema

The Schema this belongs to.

Last updated