Class AssetUpdateTransaction
Inheritance
object
AssetUpdateTransaction
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model.Transactions
Assembly: Algorand.dll
Syntax
[JsonConverter(typeof(JsonSubtypes))]
[JsonSubtypes.KnownSubTypeWithProperty(typeof(AssetUpdateTransaction), "apar")]
[JsonSubtypes.FallBackSubType(typeof(AssetDestroyTransaction))]
public class AssetUpdateTransaction : AssetChangeTransaction, IReturnableTransaction
Properties
| Improve this Doc View SourceAssetParams
Declaration
[JsonProperty("apar", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public AssetParams AssetParams { get; set; }
Property Value
Type | Description |
---|---|
AssetParams |