class Nem::Endpoint::Timesync

Public Instance Methods

network_time() click to toggle source

@return [Nem::Model::NetworkTime]

# File lib/nem/endpoint/timesync.rb, line 5
def network_time
  Nem::Model::NetworkTime.new_from_network_time request!(:get, '/time-sync/network-time')
end