Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server exposes a set of Connect APIs over both gRPC and HTTP. Reflection is enabled.
func New ¶
func New( ctx context.Context, bitcoind *server.Bitcoind, wallet validatorrpc.WalletServiceClient, enforcer validatorrpc.ValidatorServiceClient, database *sql.DB, ) (*Server, error)
New creates a new Server with interceptors applied.
Click to show internal directories.
Click to hide internal directories.