class ArkEcosystem::Crypto::Networks::Mainnet

The configuration for the main network.

Public Class Methods

epoch() click to toggle source
# File lib/arkecosystem/crypto/networks/mainnet.rb, line 6
def self.epoch
  '2017-03-21T13:00:00.000Z'
end
version() click to toggle source
# File lib/arkecosystem/crypto/networks/mainnet.rb, line 10
def self.version
  0x17
end
wif() click to toggle source
# File lib/arkecosystem/crypto/networks/mainnet.rb, line 14
def self.wif
  170
end