bloxroute-go

module
v0.6.5 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2022 License: Apache-2.0

README

bloxroute-go

A bloXroute websocket client written in Go.

Typesafe

This library provides typesafe APIs, not just a raw chan string channel. For example, SubscribeNewTxs() outputs messages to a chan *types.Transaction channel.

Flexible

Each bloXroute subscribe returns a unique subscription ID, see Creating a Subscription . This library takes advantage of this feature to provide a flexible output mechanism: each SubscribeXXX() has a outpuCh channel, multiple SubscribeXXX() calls can output to the same channel, or to a different channel.

Directories

Path Synopsis
cmd
High-level APIs.
High-level APIs.

Jump to

Keyboard shortcuts

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