Class: NEAR::Mainnet

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

Overview

Represents the NEAR Mainnet.

Constant Summary collapse

NEARDATA_URL =
'https://mainnet.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/mainnet.rb', line 14

def initialize
  super(:mainnet)
end