Class TransactionAssetConfig
Inheritance
object
TransactionAssetConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class TransactionAssetConfig
Properties
| Improve this Doc View SourceAssetId
Declaration
[JsonProperty("asset-id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? AssetId { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Params
Declaration
[JsonProperty("params", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public AssetParams Params { get; set; }
Property Value
Type | Description |
---|---|
AssetParams |