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