class Node::Settings

Defined in:

cocol/node/settings.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def host : String #

[View source]
def host=(host : String) #

[View source]
def ident : String #

[View source]
def master : Bool #

[View source]
def master=(master : Bool) #

[View source]
def max_connections : UInt16 #

[View source]
def max_connections=(max_connections : UInt16) #

[View source]
def miner : Bool #

[View source]
def miner=(miner : Bool) #

[View source]
def miner_address : String? #

[View source]
def miner_address=(miner_address : String?) #

[View source]
def peer_info #

[View source]
def port : UInt32 #

[View source]
def port=(port : UInt32) #

[View source]