Class TransactionAssetTransfer
Inheritance
TransactionAssetTransfer
Assembly: Algorand.dll
Syntax
public class TransactionAssetTransfer
Properties
|
Edit this page
View Source
Amount
Declaration
[JsonProperty("amount", Required = Required.Always)]
[Required]
public ulong Amount { get; set; }
Property Value
|
Edit this page
View Source
AssetId
Declaration
[JsonProperty("asset-id", Required = Required.Always)]
[Required]
public ulong AssetId { get; set; }
Property Value
|
Edit this page
View Source
CloseAmount
Declaration
[JsonProperty("close-amount", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CloseAmount { get; set; }
Property Value
|
Edit this page
View Source
CloseTo
Declaration
[JsonProperty("close-to", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CloseTo { get; set; }
Property Value
|
Edit this page
View Source
Receiver
Declaration
[JsonProperty("receiver", Required = Required.Always)]
[Required]
public string Receiver { get; set; }
Property Value
|
Edit this page
View Source
Sender
Declaration
[JsonProperty("sender", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Sender { get; set; }
Property Value