AssetDto
Summary
Members | Descriptions |
---|---|
| |
| |
| |
| |
| The name of the Smart Contract. |
| The Unique Identifier of the Asset. |
| The Owner. |
| Indicates if an Asset is transferable. |
| Indicates if an Asset is burnable. |
| The Collection this belongs to. |
The Schema this belongs to. | |
| The Template this belongs to. |
| The Mutable Data. |
| The Immutable Data. |
| The Mint-Number of this Template. |
| Tokens by which this Asset is backed. |
| Block-Number this was last updated. |
| Time this was last updated. |
| Block this was last transferred. |
| Time this was last transferred. |
| Block this Asset was minted. |
| Time this Asset was minted. |
| The Name. |
Members
class
BackedTokensDto
class
CollectionDto
class
SchemaDto
class
TemplateDto
public string
Contract
The name of the Smart Contract.
public string
AssetId
The Unique Identifier of the Asset.
public string
Owner
The Owner.
public bool
Transferable
Indicates if an Asset is transferable.
public bool
Burnable
Indicates if an Asset is burnable.
public
CollectionDto
Collection
The Collection this belongs to.
The Schema this belongs to.
public
TemplateDto
Template
The Template this belongs to.
public object
MutableData
The Mutable Data.
public object
ImmutableData
The Immutable Data.
public string
TemplateMint
The Mint-Number of this Template.
public
BackedTokensDto
BackedTokens
Tokens by which this Asset is backed.
public string
UpdatedAtBlock
Block-Number this was last updated.
public string
UpdatedAtTime
Time this was last updated.
public string
TransferredAtBlock
Block this was last transferred.
public string
TransferredAtTime
Time this was last transferred.
public string
MintedAtBlock
Block this Asset was minted.
public string
MintedAtTime
Time this Asset was minted.
public string
Name
The Name.
Last updated