package grpc
- Alphabetic
- Public
- Protected
Type Members
- class CommonGrpcRoutes extends CommonRoutes
gRPC service implementation for the CommonRoutes endpoints.
gRPC service implementation for the CommonRoutes endpoints.
This implements the same functionality as org.bitcoins.server.routes.CommonRoutes but over gRPC instead of HTTP.
- trait CommonRoutes extends AnyRef
CommonRoutes provides common RPC endpoints for the Bitcoin-S gRPC server.
CommonRoutes provides common RPC endpoints for the Bitcoin-S gRPC server.
- Annotations
- @PekkoGrpcGenerated()
- trait CommonRoutesClient extends CommonRoutes with CommonRoutesClientPowerApi with PekkoGrpcClient
- Annotations
- @PekkoGrpcGenerated()
- trait CommonRoutesClientPowerApi extends AnyRef
- Annotations
- @PekkoGrpcGenerated()
- final case class GetVersionRequest(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GetVersionRequest] with Product with Serializable
GetVersionRequest is the request message for the GetVersion RPC.
GetVersionRequest is the request message for the GetVersion RPC.
- Annotations
- @SerialVersionUID()
- final case class GetVersionResponse(version: Option[String] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GetVersionResponse] with Product with Serializable
GetVersionResponse is the response message for the GetVersion RPC.
GetVersionResponse is the response message for the GetVersion RPC.
- version
version is the version of the Bitcoin-S server, or absent if not set.
- Annotations
- @SerialVersionUID()
- class ServerGrpc extends StartStopAsync[Unit]
A gRPC server that exposes the CommonRoutes endpoints.
- final case class ZipDataDirRequest(path: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ZipDataDirRequest] with Product with Serializable
ZipDataDirRequest is the request message for the ZipDataDir RPC.
ZipDataDirRequest is the request message for the ZipDataDir RPC.
- path
path is the target path for the zip file.
- Annotations
- @SerialVersionUID()
- final case class ZipDataDirResponse(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ZipDataDirResponse] with Product with Serializable
ZipDataDirResponse is the response message for the ZipDataDir RPC.
ZipDataDirResponse is the response message for the ZipDataDir RPC.
- Annotations
- @SerialVersionUID()
Value Members
- object CommonRoutes extends ServiceDescription
- Annotations
- @PekkoGrpcGenerated()
- object CommonRoutesClient
- Annotations
- @PekkoGrpcGenerated()
- object CommonRoutesHandler
- Annotations
- @ApiMayChange() @PekkoGrpcGenerated()
- object CommonRoutesProto extends GeneratedFileObject
- object GetVersionRequest extends GeneratedMessageCompanion[GetVersionRequest]
- object GetVersionResponse extends GeneratedMessageCompanion[GetVersionResponse]
- object ZipDataDirRequest extends GeneratedMessageCompanion[ZipDataDirRequest]
- object ZipDataDirResponse extends GeneratedMessageCompanion[ZipDataDirResponse]