Method: Zold::Node#initialize

Defined in:
lib/zold/commands/node.rb

#initialize(wallets:, remotes:, copies:, log: Log::NULL) ⇒ Node

Returns a new instance of Node.



68
69
70
71
72
73
# File 'lib/zold/commands/node.rb', line 68

def initialize(wallets:, remotes:, copies:, log: Log::NULL)
  @remotes = remotes
  @copies = copies
  @log = log
  @wallets = wallets
end