Class AssetTransfer
Inheritance
AssetTransfer
Assembly: Algorand.dll
Syntax
public sealed class AssetTransfer : InnerTransaction
Constructors
|
Edit this page
View Source
AssetTransfer(ulong, ulong, AccountReference, AccountReference, AccountReference, ulong?, ulong?, ulong?, AccountReference, byte[], byte[], byte[])
Declaration
public AssetTransfer(ulong xferAsset, ulong assetAmount, AccountReference assetReceiver, AccountReference assetSender = null, AccountReference assetCloseTo = null, ulong? fee = 0, ulong? firstValid = 0, ulong? lastValid = 0, AccountReference sender = null, byte[] lease = null, byte[] note = null, byte[] rekeyTo = null)
Parameters
Properties
|
Edit this page
View Source
AssetAmount
Declaration
public ulong AssetAmount { get; }
Property Value
|
Edit this page
View Source
AssetCloseTo
Declaration
public byte[] AssetCloseTo { get; }
Property Value
|
Edit this page
View Source
AssetReceiver
Declaration
public byte[] AssetReceiver { get; }
Property Value
|
Edit this page
View Source
AssetSender
Declaration
public byte[] AssetSender { get; }
Property Value
|
Edit this page
View Source
XferAsset
Declaration
public ulong XferAsset { get; }
Property Value