Class AssetConfigurationTransaction
Inheritance
object
    
    AssetConfigurationTransaction
      
      
  Implements
Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Algod.Model.Transactions
Assembly: Algorand.dll
Syntax
[JsonConverter(typeof(JsonSubtypes))]
[JsonSubtypes.KnownSubTypeWithProperty(typeof(AssetUpdateTransaction), "caid")]
[JsonSubtypes.FallBackSubType(typeof(AssetCreateTransaction))]
public abstract class AssetConfigurationTransaction : Transaction, IReturnableTransaction
  Properties
| Improve this Doc View Sourcetype
Declaration
[JsonProperty(PropertyName = "type", Required = Required.Always)]
public string type { get; }
  Property Value
| Type | Description | 
|---|---|
| string |