Class Asset
Specifies both the unique identifier and the parameters for an asset
Inheritance
object
Asset
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
Assembly: Algorand.dll
Syntax
public class Asset
Properties
| Improve this Doc View SourceIndex
Declaration
[JsonProperty("index", Required = Required.Always)]
[Required]
public ulong Index { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Params
Declaration
[JsonProperty("params", Required = Required.Always)]
[Required]
public AssetParams Params { get; set; }
Property Value
Type | Description |
---|---|
AssetParams |