class BitShares::Config

Defined in:

bitshares-crystal/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]
def self.new(&) #

[View source]

Instance Method Detail

def api_list : Array(String) #

[View source]
def api_list=(api_list : Array(String)) #

[View source]
def api_nodes : String | Array(String) #

[View source]
def api_nodes=(api_nodes : String | Array(String)) #

[View source]
def auto_restart : Bool #

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

[View source]
def switch_bts_mainnet! #

[View source]
def switch_bts_testnet! #

[View source]
def task : YAML::Any | Nil #

property logger


[View source]
def task=(task : YAML::Any | Nil) #

property logger


[View source]
def tx_expiration_seconds : Int32 #

[View source]
def tx_expiration_seconds=(tx_expiration_seconds : Int32) #

[View source]