Class AssetCreateTransaction
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
public class AssetCreateTransaction : AssetConfigurationTransaction, IReturnableTransaction
Properties
| Improve this Doc View SourceAssetIndex
Declaration
[JsonIgnore]
public ulong? AssetIndex { get; }
Property Value
Type | Description |
---|---|
ulong? |
AssetParams
Declaration
[JsonProperty("apar", Required = Required.Always)]
[Required]
public AssetParams AssetParams { get; set; }
Property Value
Type | Description |
---|---|
AssetParams |