class ArkEcosystem::Crypto::Networks::Testnet
The configuration for the test network.
Public Class Methods
epoch()
click to toggle source
# File lib/arkecosystem/crypto/networks/testnet.rb, line 6 def self.epoch '2017-03-21T13:00:00.000Z' end
version()
click to toggle source
# File lib/arkecosystem/crypto/networks/testnet.rb, line 10 def self.version 0x17 end
wif()
click to toggle source
# File lib/arkecosystem/crypto/networks/testnet.rb, line 14 def self.wif 186 end