Last updated
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.
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