client

package
v2.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2025 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Overview

Package client is a very limited Tezos RPC client library

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Client      *http.Client
	URL         string
	APIKey      string
	DebugLogger Logger
}

type Error

type Error struct {
	Status int
	Raw    *http.Response
	Body   []byte
}

func (*Error) Error

func (e *Error) Error() string

type Flag

type Flag bool

type Logger

type Logger interface {
	Printf(format string, a ...any)
}

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL