Class AssetCreateTransaction
Inheritance
AssetCreateTransaction
Assembly: Algorand.dll
Syntax
[MessagePackObject(false, AllowPrivate = true)]
public class AssetCreateTransaction : AssetConfigurationTransaction, IReturnableTransaction
Properties
|
Edit this page
View Source
AssetIndex
Declaration
[JsonIgnore]
[IgnoreMember]
public ulong? AssetIndex { get; }
Property Value
|
Edit this page
View Source
AssetParams
Declaration
[JsonProperty("apar", Required = Required.Always)]
[Required]
[Key("apar")]
public AssetParams AssetParams { get; set; }
Property Value
Implements
Extension Methods