Class AssetClawback
Inheritance
AssetClawback
Assembly: Algorand.dll
Syntax
public sealed class AssetClawback : InnerTransaction
Constructors
|
Edit this page
View Source
AssetClawback(ulong, ulong, AccountReference, AccountReference, ulong?, ulong?, ulong?, AccountReference, ulong?, byte[], byte[], byte[])
Declaration
public AssetClawback(ulong xferAsset, ulong assetAmount, AccountReference assetSender, AccountReference assetReceiver, ulong? fee = 0, ulong? firstValid = 0, ulong? lastValid = 0, AccountReference sender = null, ulong? txType = 0, 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
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