class Arweave::Client::Configuration

Attributes

host[RW]
port[RW]
scheme[RW]

Public Class Methods

new() click to toggle source
# File lib/arweave/client.rb, line 19
def initialize
  @scheme = 'https'
  @port = '443'
  @host = 'arweave.net'
end