Class Account
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
Properties
|
Improve this Doc
View Source
_expandable
Declaration
[JsonProperty("_expandable", Required = Required.Always)]
[Required]
public _expandable _expandable { get; set; }
Property Value
|
Improve this Doc
View Source
_links
Declaration
[JsonProperty("_links", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Links _links { get; set; }
Property Value
|
Improve this Doc
View Source
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Address
Declaration
[JsonProperty("address", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Address { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
Contracts
Declaration
[JsonProperty("contracts", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, byte[]> Contracts { get; set; }
Property Value
|
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
Extension Methods