Table of Contents

Class BitcoinOptions

Namespace
NLightning.Infrastructure.Bitcoin.Options
Assembly
NLightning.Infrastructure.Bitcoin.dll
public class BitcoinOptions
Inheritance
BitcoinOptions
Inherited Members

Properties

RpcEndpoint

public required string RpcEndpoint { get; set; }

Property Value

string

RpcPassword

public required string RpcPassword { get; set; }

Property Value

string

RpcUser

public required string RpcUser { get; set; }

Property Value

string

ZmqBlockPort

public required int ZmqBlockPort { get; set; }

Property Value

int

ZmqHost

public required string ZmqHost { get; set; }

Property Value

string

ZmqTxPort

public required int ZmqTxPort { get; set; }

Property Value

int