Show / Hide Table of Contents

    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 Source

    AssetHolding()

    Declaration
    public AssetHolding()

    Properties

    | Improve this Doc View Source

    Amount

    Declaration
    [JsonProperty(PropertyName = "amount")]
    public ulong? Amount { get; }
    Property Value
    Type Description
    System.Nullable<System.UInt64>
    | Improve this Doc View Source

    Creator

    Declaration
    [JsonProperty(PropertyName = "creator")]
    public string Creator { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Frozen

    Declaration
    [JsonProperty(PropertyName = "frozen")]
    public bool? Frozen { get; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX