Packages

package grpc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. 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()
  3. trait CommonRoutesClient extends CommonRoutes with CommonRoutesClientPowerApi with PekkoGrpcClient
    Annotations
    @PekkoGrpcGenerated()
  4. trait CommonRoutesClientPowerApi extends AnyRef
    Annotations
    @PekkoGrpcGenerated()
  5. 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()
  6. 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()
  7. class ServerGrpc extends StartStopAsync[Unit]

    A gRPC server that exposes the CommonRoutes endpoints.

  8. 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()
  9. 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

  1. object CommonRoutes extends ServiceDescription
    Annotations
    @PekkoGrpcGenerated()
  2. object CommonRoutesClient
    Annotations
    @PekkoGrpcGenerated()
  3. object CommonRoutesHandler
    Annotations
    @ApiMayChange() @PekkoGrpcGenerated()
  4. object CommonRoutesProto extends GeneratedFileObject
  5. object GetVersionRequest extends GeneratedMessageCompanion[GetVersionRequest]
  6. object GetVersionResponse extends GeneratedMessageCompanion[GetVersionResponse]
  7. object ZipDataDirRequest extends GeneratedMessageCompanion[ZipDataDirRequest]
  8. object ZipDataDirResponse extends GeneratedMessageCompanion[ZipDataDirResponse]

Ungrouped