Class AssetChangeTransaction
Inheritance
AssetChangeTransaction
Implements
Inherited Members
Namespace: Algorand.Algod.Model.Transactions
Assembly: Algorand.dll
Syntax
[JsonConverter(typeof(JsonSubtypes))]
[JsonSubtypes.KnownSubTypeWithProperty(typeof(AssetUpdateTransaction), "apar")]
[JsonSubtypes.FallBackSubType(typeof(AssetDestroyTransaction))]
[MessagePackObject(false)]
[Union(0, typeof(AssetUpdateTransaction))]
[Union(1, typeof(AssetDestroyTransaction))]
public abstract class AssetChangeTransaction : AssetConfigurationTransaction, IReturnableTransaction
Properties
| Edit this page View SourceAssetIndex
Declaration
[JsonProperty("caid", Required = Required.Always)]
[Key("caid")]
[Required]
public ulong AssetIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |