AssetDto
Summary
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.
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.
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