Class Asset
Inheritance
object
    Asset
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class Asset
  Properties
| Improve this Doc View SourceCreatedAtRound
Declaration
[JsonProperty("created-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CreatedAtRound { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
Deleted
Declaration
[JsonProperty("deleted", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Deleted { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | 
DestroyedAtRound
Declaration
[JsonProperty("destroyed-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? DestroyedAtRound { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
Index
Declaration
[JsonProperty("index", Required = Required.Always)]
[Required]
public ulong Index { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
Params
Declaration
[JsonProperty("params", Required = Required.Always)]
[Required]
public AssetParams Params { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AssetParams |