Class Account
Inheritance
System.Object
Account
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 SourceAccount()
Declaration
public Account()
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 SourceAccountType
Declaration
public AccountTypes AccountType { get; }
Property Value
Type | Description |
---|---|
AccountTypes |
Balance
Declaration
public UInt256 Balance { get; set; }
Property Value
Type | Description |
---|---|
UInt256 |
DocumentId
Declaration
public string DocumentId { get; }
Property Value
Type | Description |
---|---|
System.String |
PublicAddress
Declaration
public string PublicAddress { get; }
Property Value
Type | Description |
---|---|
System.String |