Class AssetChangeTransaction
Inheritance
object
    
    
    AssetChangeTransaction
      
      
  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), "apar")]
[JsonSubtypes.FallBackSubType(typeof(AssetDestroyTransaction))]
public abstract class AssetChangeTransaction : AssetConfigurationTransaction, IReturnableTransaction
  Properties
| Improve this Doc View SourceAssetIndex
Declaration
[JsonProperty("caid", Required = Required.Always)]
[Required]
public ulong AssetIndex { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong |