Interface IAssetFreezeTxn
Inherited Members
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public interface IAssetFreezeTxn : ITransaction, ITransactionHeader
Properties
AssetFrozen
True to freeze the asset.
Declaration
Optional<bool> AssetFrozen { get; set; }
Property Value
Type | Description |
---|---|
Optional<Boolean> |
FreezeAccount
The address of the account whose asset is being frozen or unfrozen.
Declaration
Address FreezeAccount { get; set; }
Property Value
Type | Description |
---|---|
Address |
FreezeAsset
The asset ID being frozen or unfrozen.
Declaration
AssetIndex FreezeAsset { get; set; }
Property Value
Type | Description |
---|---|
AssetIndex |