class TezosClient::RpcInterface

Public Class Methods

new(host: "127.0.0.1", port: "8732") click to toggle source
# File lib/tezos_client/rpc_interface.rb, line 25
def initialize(host: "127.0.0.1", port: "8732")
  @host = host
  @port = port
end