package
0.5.2
Repository: https://github.com/rollkit/go-da.git
Documentation: pkg.go.dev

# Functions

NewClient creates a new Client with one connection per namespace with the given token as the authorization token.
NewServer accepts the host address port and the DA implementation to serve as a jsonrpc service.

# Structs

API defines the jsonrpc service module API.
Client is the jsonrpc client.
Server is a jsonrpc service that can serve the DA interface.

# Interfaces

Module wraps the DA interface go:generate mockgen -destination=mocks/api.go -package=mocks .