Class AssetTransferTransaction
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(AssetClawbackTransaction), "asnd")]
[JsonSubtypes.FallBackSubType(typeof(AssetTransferTransaction))]
public class AssetTransferTransaction : AssetMovementsTransaction, IReturnableTransaction
  Properties
| Improve this Doc View SourceAssetAmount
Declaration
[JsonProperty("aamt", Required = Required.Always)]
[Required]
public ulong AssetAmount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
AssetCloseTo
Declaration
[JsonProperty("aclose", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public Address AssetCloseTo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Address | 
AssetClosingAmount
Declaration
[JsonIgnore]
public ulong? AssetClosingAmount { get; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
AssetReceiver
Declaration
[JsonProperty("arcv", Required = Required.Always)]
[Required]
public Address AssetReceiver { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Address |