Class: NEAR::Testnet
Overview
Represents the NEAR Testnet.
Constant Summary collapse
- NEARDATA_URL =
'https://testnet.neardata.xyz'.freeze
Instance Method Summary collapse
- #initialize ⇒ void constructor
Methods inherited from Network
#fetch, #fetch_blocks, #fetch_latest, #neardata_url, #to_s
Constructor Details
#initialize ⇒ void
14 15 16 |
# File 'lib/near/testnet.rb', line 14 def initialize super(:testnet) end |