Class: NEAR::Testnet

Inherits:
Network show all
Defined in:
lib/near/testnet.rb

Overview

Represents the NEAR Testnet.

Constant Summary collapse

NEARDATA_URL =
'https://testnet.neardata.xyz'.freeze

Instance Method Summary collapse

Methods inherited from Network

#fetch, #fetch_blocks, #fetch_latest, #neardata_url, #to_s

Constructor Details

#initializevoid



14
15
16
# File 'lib/near/testnet.rb', line 14

def initialize
  super(:testnet)
end