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.



62
63
64
65
66
67
# File 'lib/zold/commands/node.rb', line 62

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