Class AssetParams
  
  
  
    Inheritance
    object
    AssetParams
   
  
    Inherited Members
    
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
   
  
  Assembly: Algorand.dll
  Syntax
  
  Properties
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Clawback
  
  
  Declaration
  
    [JsonProperty("clawback", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Clawback { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Creator
  
  
  Declaration
  
    [JsonProperty("creator", Required = Required.Always)]
[Required]
public string Creator { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Decimals
  
  
  Declaration
  
    [JsonProperty("decimals", Required = Required.Always)]
[Required]
public ulong Decimals { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DefaultFrozen
  
  
  Declaration
  
    [JsonProperty("default-frozen", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? DefaultFrozen { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Freeze
  
  
  Declaration
  
    [JsonProperty("freeze", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Freeze { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Manager
  
  
  Declaration
  
    [JsonProperty("manager", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Manager { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    [JsonProperty("metadata-hash", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] MetadataHash { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Name
  
  
  Declaration
  
    [JsonProperty("name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NameB64
  
  
  Declaration
  
    [JsonProperty("name-b64", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] NameB64 { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Reserve
  
  
  Declaration
  
    [JsonProperty("reserve", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Reserve { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Total
  
  
  Declaration
  
    [JsonProperty("total", Required = Required.Always)]
[Required]
public ulong Total { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UnitName
  
  
  Declaration
  
    [JsonProperty("unit-name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string UnitName { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UnitNameB64
  
  
  Declaration
  
    [JsonProperty("unit-name-b64", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] UnitNameB64 { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Url
  
  
  Declaration
  
    [JsonProperty("url", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Url { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UrlB64
  
  
  Declaration
  
    [JsonProperty("url-b64", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] UrlB64 { get; set; }
   
  Property Value