Show / Hide Table of Contents

Class Network

Inheritance
System.Object
Network
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class Network : object

Constructors

Network(String)

Declaration
public Network(string networkPassphrase)
Parameters
Type Name Description
System.String networkPassphrase

Fields

PublicPassphrase

Declaration
public static readonly string PublicPassphrase
Field Value
System.String

TestnetPassphrase

Declaration
public static readonly string TestnetPassphrase
Field Value
System.String

Properties

Current

Declaration
public static Network Current { get; }
Property Value
Network

NetworkId

Declaration
public byte[] NetworkId { get; }
Property Value
System.Byte[]

NetworkPassphrase

Declaration
public string NetworkPassphrase { get; }
Property Value
System.String

Methods

IsPublicNetwork(Network)

Declaration
public static bool IsPublicNetwork(Network network)
Parameters
Type Name Description
Network network
Returns
System.Boolean

Public()

Declaration
public static Network Public()
Returns
Network

Test()

Declaration
public static Network Test()
Returns
Network

Use(Network)

Declaration
public static void Use(Network network)
Parameters
Type Name Description
Network network

UsePublicNetwork()

Declaration
public static void UsePublicNetwork()

UseTestNetwork()

Declaration
public static void UseTestNetwork()
Back to top Generated by DocFX