Class FlowAccount
A FlowAccount is an account on the Flow network.
Assembly: Flow.Net.Sdk.Core.dll
Syntax
Properties
|
Improve this Doc
View Source
Address
Declaration
public FlowAddress Address { get; set; }
Property Value
|
Improve this Doc
View Source
Balance
Declaration
public decimal Balance { get; set; }
Property Value
|
Improve this Doc
View Source
Code
Declaration
public string Code { get; set; }
Property Value
|
Improve this Doc
View Source
Contracts
Declaration
public IList<FlowContract> Contracts { get; set; }
Property Value
|
Improve this Doc
View Source
Keys
Declaration
public IList<FlowAccountKey> Keys { get; set; }
Property Value