Class AssetHolding
Inheritance
System.Object
AssetHolding
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
[JsonObject]
public class AssetHolding
Constructors
| Improve this Doc View SourceAssetHolding()
Declaration
public AssetHolding()
Properties
| Improve this Doc View SourceAmount
Declaration
[JsonProperty(PropertyName = "amount")]
public ulong? Amount { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt64> |
Creator
Declaration
[JsonProperty(PropertyName = "creator")]
public string Creator { get; }
Property Value
Type | Description |
---|---|
System.String |
Frozen
Declaration
[JsonProperty(PropertyName = "frozen")]
public bool? Frozen { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |