Show / Hide Table of Contents

    Class Account

    Inheritance
    System.Object
    Account
    Implements
    IAccount
    IDocument
    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: Catalyst.Core.Modules.Ledger.Models
    Assembly: Catalyst.Core.Modules.Ledger.dll
    Syntax
    public sealed class Account : IAccount, IDocument

    Constructors

    | Improve this Doc View Source

    Account()

    Declaration
    public Account()
    | Improve this Doc View Source

    Account(String, AccountTypes, UInt256)

    Declaration
    public Account(string publicAddress, AccountTypes accountType, UInt256 balance = null)
    Parameters
    Type Name Description
    System.String publicAddress
    AccountTypes accountType
    UInt256 balance

    Properties

    | Improve this Doc View Source

    AccountType

    Declaration
    public AccountTypes AccountType { get; }
    Property Value
    Type Description
    AccountTypes
    | Improve this Doc View Source

    Balance

    Declaration
    public UInt256 Balance { get; set; }
    Property Value
    Type Description
    UInt256
    | Improve this Doc View Source

    DocumentId

    Declaration
    public string DocumentId { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PublicAddress

    Declaration
    public string PublicAddress { get; }
    Property Value
    Type Description
    System.String

    Implements

    IAccount
    IDocument
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network