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