Flow.Net
Show / Hide Table of Contents

Class Account

Inheritance
Object
Account
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class Account

Properties

| Improve this Doc View Source

_expandable

Declaration
[JsonProperty("_expandable", Required = Required.Always)]
[Required]
public _expandable _expandable { get; set; }
Property Value
Type Description
_expandable
| Improve this Doc View Source

_links

Declaration
[JsonProperty("_links", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Links _links { get; set; }
Property Value
Type Description
Links
| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
IDictionary<String, Object>
| Improve this Doc View Source

Address

Declaration
[JsonProperty("address", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Address { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Balance

Flow balance of the account.

Declaration
[JsonProperty("balance", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Balance { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Contracts

Declaration
[JsonProperty("contracts", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, byte[]> Contracts { get; set; }
Property Value
Type Description
IDictionary<String, Byte[]>
| Improve this Doc View Source

Keys

Declaration
[JsonProperty("keys", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[MinLength(1)]
public ICollection<AccountPublicKey> Keys { get; set; }
Property Value
Type Description
ICollection<AccountPublicKey>

Extension Methods

FlowApiConverter.ToFlowAccount(Account)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX