Class: NEAR::Mainnet
Overview
Represents the NEAR Mainnet.
Constant Summary collapse
- NEARDATA_URL =
'https://mainnet.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/mainnet.rb', line 14 def initialize super(:mainnet) end |