406fd2a37e
In this commit, we implement the newly defiend WalletKitServer gRPC service. We use the same template w.r.t build tags as the existing signrpc service.
9 lines
262 B
Go
9 lines
262 B
Go
// +build !walletrpc
|
|
|
|
package walletrpc
|
|
|
|
// Config is the primary configuration struct for the WalletKit RPC server.
|
|
// When the server isn't active (via the build flag), callers outside this
|
|
// package will see this shell of a config file.
|
|
type Config struct{}
|