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.



65
66
67
68
69
70
# File 'lib/zold/commands/node.rb', line 65

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