Class AssetMovementsTransaction
Inheritance
object
    
    AssetMovementsTransaction
      
      
      
  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(AssetTransferTransaction), "aamt")]
[JsonSubtypes.FallBackSubType(typeof(AssetAcceptTransaction))]
public abstract class AssetMovementsTransaction : Transaction, IReturnableTransaction
  Properties
| Improve this Doc View Sourcetype
Declaration
[JsonProperty(PropertyName = "type", Required = Required.Always)]
public string type { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
XferAsset
Declaration
[JsonProperty("xaid", Required = Required.Always)]
[Required]
public ulong XferAsset { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong |