Flow.Net
Show / Hide Table of Contents

Class FlowAccount

A FlowAccount is an account on the Flow network.

Inheritance
Object
FlowAccount
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowAccount

Properties

| Improve this Doc View Source

Address

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

Balance

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

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Contracts

Declaration
public IList<FlowContract> Contracts { get; set; }
Property Value
Type Description
IList<FlowContract>
| Improve this Doc View Source

Keys

Declaration
public IList<FlowAccountKey> Keys { get; set; }
Property Value
Type Description
IList<FlowAccountKey>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX