Interface IAssetConfigTxn
Inherited Members
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public interface IAssetConfigTxn : ITransaction, ITransactionHeader
Properties
AssetParams
See AssetParams for all available fields.
Declaration
AssetParams AssetParams { get; set; }
Property Value
Type | Description |
---|---|
AssetParams |
ConfigAsset
For re-configure or destroy transactions, this is the unique asset ID. On asset creation, the ID is set to zero.
Declaration
AssetIndex ConfigAsset { get; set; }
Property Value
Type | Description |
---|---|
AssetIndex |