TemplateDto
Summary
Members | Descriptions |
---|---|
| |
| The unique Identifier of a Template. |
| The Maximum Supply. |
| Indicates if an Asset is transferable. |
| Indicates if an Asset is burnable. |
| The issued Supply. |
| The Block Number this was created. |
| The Time this was created. |
| 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.
Last updated