DataDto
Summary
Members | Descriptions |
---|---|
| |
| |
| The name of the Smart Contract. |
| The unique Identifier of a Template. |
| The Maximum Supply. |
| The issued Supply. |
| Indicates if an Asset is transferable. |
| Indicates if an Asset is burnable. |
| The Immutable Data. |
| The Block Number this was created. |
| 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.
The Schema this belongs to.
Last updated