org.plasmalabs.node.services

Members list

Type members

Classlikes

final case class AddPeerReq(id: Option[RpcHostId], ip: String, port: Int, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[AddPeerReq]

Instruct the node to add remote peer as known peer

Instruct the node to add remote peer as known peer

Value parameters

id

Host to move to cold

Attributes

Companion
object
Supertypes
trait Updatable[AddPeerReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AddPeerReq extends GeneratedMessageCompanion[AddPeerReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[AddPeerReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
AddPeerReq.type
object AddPeerReqValidator extends Validator[AddPeerReq]

Attributes

Supertypes
trait Validator[AddPeerReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class AddPeerRes(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[AddPeerRes]

Response indicating the node received the command. NOTE: This is an async response;

Response indicating the node received the command. NOTE: This is an async response;

Attributes

Companion
object
Supertypes
trait Updatable[AddPeerRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AddPeerRes extends GeneratedMessageCompanion[AddPeerRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[AddPeerRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
AddPeerRes.type
object AddPeerResValidator extends Validator[AddPeerRes]

Attributes

Supertypes
trait Validator[AddPeerRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class BroadcastTransactionReq(transaction: IoTransaction, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BroadcastTransactionReq]

Request type for BroadcastTransaction

Request type for BroadcastTransaction

Value parameters

transaction

A "proven" Transaction that is meant to be included in the blockchain

Attributes

Companion
object
Supertypes
trait Updatable[BroadcastTransactionReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BroadcastTransactionReq extends GeneratedMessageCompanion[BroadcastTransactionReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BroadcastTransactionReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[BroadcastTransactionReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class BroadcastTransactionRes(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BroadcastTransactionRes]

Response type for BroadcastTransaction

Response type for BroadcastTransaction

Attributes

Companion
object
Supertypes
trait Updatable[BroadcastTransactionRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BroadcastTransactionRes extends GeneratedMessageCompanion[BroadcastTransactionRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BroadcastTransactionRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[BroadcastTransactionRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CurrentMempoolContainsReq(transactionId: TransactionId, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CurrentMempoolContainsReq]

Request type for CurrentMempoolContainsReq

Request type for CurrentMempoolContainsReq

Attributes

Companion
object
Supertypes
trait Updatable[CurrentMempoolContainsReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CurrentMempoolContainsReq extends GeneratedMessageCompanion[CurrentMempoolContainsReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CurrentMempoolContainsReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[CurrentMempoolContainsReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CurrentMempoolContainsRes(inMempool: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CurrentMempoolContainsRes]

Response type for CurrentMempoolContainsRes

Response type for CurrentMempoolContainsRes

Value parameters

inMempool

Predicate indicating if the Transaction ID is currently in the node's mempool

Attributes

Companion
object
Supertypes
trait Updatable[CurrentMempoolContainsRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CurrentMempoolContainsRes extends GeneratedMessageCompanion[CurrentMempoolContainsRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CurrentMempoolContainsRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[CurrentMempoolContainsRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CurrentMempoolReq(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CurrentMempoolReq]

Request type for CurrentMempool

Request type for CurrentMempool

Attributes

Companion
object
Supertypes
trait Updatable[CurrentMempoolReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CurrentMempoolReq extends GeneratedMessageCompanion[CurrentMempoolReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CurrentMempoolReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object CurrentMempoolReqValidator extends Validator[CurrentMempoolReq]

Attributes

Supertypes
trait Validator[CurrentMempoolReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class CurrentMempoolRes(transactionIds: Seq[TransactionId], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CurrentMempoolRes]

Response type for CurrentMempool

Response type for CurrentMempool

Value parameters

transactionIds

A list of Transaction IDs that are currently in the node's mempool

Attributes

Companion
object
Supertypes
trait Updatable[CurrentMempoolRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CurrentMempoolRes extends GeneratedMessageCompanion[CurrentMempoolRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CurrentMempoolRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object CurrentMempoolResValidator extends Validator[CurrentMempoolRes]

Attributes

Supertypes
trait Validator[CurrentMempoolRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchBlockBodyReq(blockId: BlockId, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchBlockBodyReq]

Request type for FetchBlockBody

Request type for FetchBlockBody

Value parameters

blockId

The ID of the block to retrieve

Attributes

Companion
object
Supertypes
trait Updatable[FetchBlockBodyReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchBlockBodyReq extends GeneratedMessageCompanion[FetchBlockBodyReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchBlockBodyReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object FetchBlockBodyReqValidator extends Validator[FetchBlockBodyReq]

Attributes

Supertypes
trait Validator[FetchBlockBodyReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchBlockBodyRes(body: Option[BlockBody], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchBlockBodyRes]

Response type for FetchBlockBody

Response type for FetchBlockBody

Value parameters

body

The Block Body associated with the requested ID. None/null if not found. optional

Attributes

Companion
object
Supertypes
trait Updatable[FetchBlockBodyRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchBlockBodyRes extends GeneratedMessageCompanion[FetchBlockBodyRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchBlockBodyRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object FetchBlockBodyResValidator extends Validator[FetchBlockBodyRes]

Attributes

Supertypes
trait Validator[FetchBlockBodyRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchBlockHeaderReq(blockId: BlockId, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchBlockHeaderReq]

Request type for FetchBlockHeader

Request type for FetchBlockHeader

Value parameters

blockId

The ID of the block to retrieve

Attributes

Companion
object
Supertypes
trait Updatable[FetchBlockHeaderReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchBlockHeaderReq extends GeneratedMessageCompanion[FetchBlockHeaderReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchBlockHeaderReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[FetchBlockHeaderReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchBlockHeaderRes(header: Option[BlockHeader], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchBlockHeaderRes]

Response type for FetchBlockHeader

Response type for FetchBlockHeader

Value parameters

header

The Block Header associated with the requested ID. None/null if not found. optional

Attributes

Companion
object
Supertypes
trait Updatable[FetchBlockHeaderRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchBlockHeaderRes extends GeneratedMessageCompanion[FetchBlockHeaderRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchBlockHeaderRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[FetchBlockHeaderRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchBlockIdAtDepthReq(depth: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchBlockIdAtDepthReq]

Request type for FetchBlockIdAtDepth

Request type for FetchBlockIdAtDepth

Value parameters

depth

The depth of interest. When depth=0, the canonical head is retrieved.

Attributes

Companion
object
Supertypes
trait Updatable[FetchBlockIdAtDepthReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchBlockIdAtDepthReq extends GeneratedMessageCompanion[FetchBlockIdAtDepthReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchBlockIdAtDepthReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[FetchBlockIdAtDepthReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchBlockIdAtDepthRes(blockId: Option[BlockId], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchBlockIdAtDepthRes]

Response type for FetchBlockIdAtDepth

Response type for FetchBlockIdAtDepth

Value parameters

blockId

The Block ID associated with the requested depth. None/null if not found. optional

Attributes

Companion
object
Supertypes
trait Updatable[FetchBlockIdAtDepthRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchBlockIdAtDepthRes extends GeneratedMessageCompanion[FetchBlockIdAtDepthRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchBlockIdAtDepthRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[FetchBlockIdAtDepthRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchBlockIdAtHeightReq(height: Long, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchBlockIdAtHeightReq]

Request type for FetchBlockIdAtHeight

Request type for FetchBlockIdAtHeight

Value parameters

height

The height of interest

Attributes

Companion
object
Supertypes
trait Updatable[FetchBlockIdAtHeightReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchBlockIdAtHeightReq extends GeneratedMessageCompanion[FetchBlockIdAtHeightReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchBlockIdAtHeightReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[FetchBlockIdAtHeightReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchBlockIdAtHeightRes(blockId: Option[BlockId], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchBlockIdAtHeightRes]

Response type for FetchBlockIdAtHeight

Response type for FetchBlockIdAtHeight

Value parameters

blockId

The Block ID associated with the requested height. None/null if not found. optional

Attributes

Companion
object
Supertypes
trait Updatable[FetchBlockIdAtHeightRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchBlockIdAtHeightRes extends GeneratedMessageCompanion[FetchBlockIdAtHeightRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchBlockIdAtHeightRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[FetchBlockIdAtHeightRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchEpochDataReq(epoch: Option[Long], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchEpochDataReq]

Request type for FetchEpochDataReq

Request type for FetchEpochDataReq

Attributes

Companion
object
Supertypes
trait Updatable[FetchEpochDataReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchEpochDataReq extends GeneratedMessageCompanion[FetchEpochDataReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchEpochDataReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object FetchEpochDataReqValidator extends Validator[FetchEpochDataReq]

Attributes

Supertypes
trait Validator[FetchEpochDataReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchEpochDataRes(epochData: Option[EpochData], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchEpochDataRes]

Response type for FetchEpochDataRes

Response type for FetchEpochDataRes

Attributes

Companion
object
Supertypes
trait Updatable[FetchEpochDataRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchEpochDataRes extends GeneratedMessageCompanion[FetchEpochDataRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchEpochDataRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object FetchEpochDataResValidator extends Validator[FetchEpochDataRes]

Attributes

Supertypes
trait Validator[FetchEpochDataRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchNodeConfigReq(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchNodeConfigReq]

Request type for FetchNodeConfigReq

Request type for FetchNodeConfigReq

Attributes

Companion
object
Supertypes
trait Updatable[FetchNodeConfigReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchNodeConfigReq extends GeneratedMessageCompanion[FetchNodeConfigReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchNodeConfigReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[FetchNodeConfigReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchNodeConfigRes(config: NodeConfig, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchNodeConfigRes]

Response type for FetchNodeConfigRes

Response type for FetchNodeConfigRes

Attributes

Companion
object
Supertypes
trait Updatable[FetchNodeConfigRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchNodeConfigRes extends GeneratedMessageCompanion[FetchNodeConfigRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchNodeConfigRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[FetchNodeConfigRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchTransactionReq(transactionId: TransactionId, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchTransactionReq]

Request type for FetchTransaction

Request type for FetchTransaction

Attributes

Companion
object
Supertypes
trait Updatable[FetchTransactionReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchTransactionReq extends GeneratedMessageCompanion[FetchTransactionReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchTransactionReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[FetchTransactionReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class FetchTransactionRes(transaction: Option[IoTransaction], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[FetchTransactionRes]

Response type for FetchTransaction

Response type for FetchTransaction

Value parameters

transaction

The Transaction associated with the requested ID. None/null if not found. optional

Attributes

Companion
object
Supertypes
trait Updatable[FetchTransactionRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FetchTransactionRes extends GeneratedMessageCompanion[FetchTransactionRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FetchTransactionRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[FetchTransactionRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ForgetPeerReq(id: RpcHostId, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ForgetPeerReq]

Instruct the node to forget remote peer

Instruct the node to forget remote peer

Value parameters

id

Host to move to cold

Attributes

Companion
object
Supertypes
trait Updatable[ForgetPeerReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ForgetPeerReq extends GeneratedMessageCompanion[ForgetPeerReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ForgetPeerReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object ForgetPeerReqValidator extends Validator[ForgetPeerReq]

Attributes

Supertypes
trait Validator[ForgetPeerReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class ForgetPeerRes(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ForgetPeerRes]

Response indicating the node received the command. NOTE: This is an async response;

Response indicating the node received the command. NOTE: This is an async response;

Attributes

Companion
object
Supertypes
trait Updatable[ForgetPeerRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ForgetPeerRes extends GeneratedMessageCompanion[ForgetPeerRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ForgetPeerRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object ForgetPeerResValidator extends Validator[ForgetPeerRes]

Attributes

Supertypes
trait Validator[ForgetPeerRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetHostIdReq(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetHostIdReq]

Get current host id

Get current host id

Attributes

Companion
object
Supertypes
trait Updatable[GetHostIdReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GetHostIdReq extends GeneratedMessageCompanion[GetHostIdReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetHostIdReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object GetHostIdReqValidator extends Validator[GetHostIdReq]

Attributes

Supertypes
trait Validator[GetHostIdReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class GetHostIdRes(id: RpcHostId, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GetHostIdRes]

Attributes

Companion
object
Supertypes
trait Updatable[GetHostIdRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GetHostIdRes extends GeneratedMessageCompanion[GetHostIdRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GetHostIdRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object GetHostIdResValidator extends Validator[GetHostIdRes]

Attributes

Supertypes
trait Validator[GetHostIdRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class MakeBlocksReq(quantity: Int, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[MakeBlocksReq]

Instruct the node to make new blocks

Instruct the node to make new blocks

Value parameters

quantity

The number of blocks to make

Attributes

Companion
object
Supertypes
trait Updatable[MakeBlocksReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MakeBlocksReq extends GeneratedMessageCompanion[MakeBlocksReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[MakeBlocksReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object MakeBlocksReqValidator extends Validator[MakeBlocksReq]

Attributes

Supertypes
trait Validator[MakeBlocksReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class MakeBlocksRes(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[MakeBlocksRes]

Response indicating the node received the command. NOTE: This is an async response; the blocks may not be ready yet

Response indicating the node received the command. NOTE: This is an async response; the blocks may not be ready yet

Attributes

Companion
object
Supertypes
trait Updatable[MakeBlocksRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MakeBlocksRes extends GeneratedMessageCompanion[MakeBlocksRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[MakeBlocksRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object MakeBlocksResValidator extends Validator[MakeBlocksRes]

Attributes

Supertypes
trait Validator[MakeBlocksRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
object NetworkControlProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
trait NetworkControlRpcFs2Grpc[F[_], A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object NetworkControlRpcFs2Grpc extends GeneratedCompanion[[F[_], A] =>> NetworkControlRpcFs2Grpc[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> NetworkControlRpcFs2Grpc[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object NetworkControlRpcFs2GrpcTrailers extends GeneratedCompanion[[F[_], A] =>> NetworkControlRpcFs2GrpcTrailers[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> NetworkControlRpcFs2GrpcTrailers[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait NodeRpcFs2Grpc[F[_], A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object NodeRpcFs2Grpc extends GeneratedCompanion[[F[_], A] =>> NodeRpcFs2Grpc[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> NodeRpcFs2Grpc[F, A]]
class Object
trait Matchable
class Any
Self type
trait NodeRpcFs2GrpcTrailers[F[_], A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object NodeRpcFs2GrpcTrailers extends GeneratedCompanion[[F[_], A] =>> NodeRpcFs2GrpcTrailers[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> NodeRpcFs2GrpcTrailers[F, A]]
class Object
trait Matchable
class Any
Self type
object NodeRpcGrpc

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object NodeRpcProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
object RegtestProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
trait RegtestRpcFs2Grpc[F[_], A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object RegtestRpcFs2Grpc extends GeneratedCompanion[[F[_], A] =>> RegtestRpcFs2Grpc[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> RegtestRpcFs2Grpc[F, A]]
class Object
trait Matchable
class Any
Self type
trait RegtestRpcFs2GrpcTrailers[F[_], A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object RegtestRpcFs2GrpcTrailers extends GeneratedCompanion[[F[_], A] =>> RegtestRpcFs2GrpcTrailers[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> RegtestRpcFs2GrpcTrailers[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class RpcHostId(id: ByteString, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[RpcHostId]

Attributes

Companion
object
Supertypes
trait Updatable[RpcHostId]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RpcHostId extends GeneratedMessageCompanion[RpcHostId]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RpcHostId]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
RpcHostId.type
object RpcHostIdValidator extends Validator[RpcHostId]

Attributes

Supertypes
trait Validator[RpcHostId]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class SetVotingReq(versionVoting: Int, proposalVoting: Int, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SetVotingReq]

Instruct the node to vote for specified version or proposal

Instruct the node to vote for specified version or proposal

Attributes

Companion
object
Supertypes
trait Updatable[SetVotingReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SetVotingReq extends GeneratedMessageCompanion[SetVotingReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SetVotingReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object SetVotingReqValidator extends Validator[SetVotingReq]

Attributes

Supertypes
trait Validator[SetVotingReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class SetVotingRes(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SetVotingRes]

Attributes

Companion
object
Supertypes
trait Updatable[SetVotingRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SetVotingRes extends GeneratedMessageCompanion[SetVotingRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SetVotingRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object SetVotingResValidator extends Validator[SetVotingRes]

Attributes

Supertypes
trait Validator[SetVotingRes]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class SynchronizationTraversalReq(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SynchronizationTraversalReq]

Request type for SynchronizationTraversal

Request type for SynchronizationTraversal

Attributes

Companion
object
Supertypes
trait Updatable[SynchronizationTraversalReq]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SynchronizationTraversalReq extends GeneratedMessageCompanion[SynchronizationTraversalReq]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SynchronizationTraversalReq]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[SynchronizationTraversalReq]
trait Serializable
class Object
trait Matchable
class Any
Self type
final case class SynchronizationTraversalRes(status: Status, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SynchronizationTraversalRes]

Response type for SynchronizationTraversal

Response type for SynchronizationTraversal

Attributes

Companion
object
Supertypes
trait Updatable[SynchronizationTraversalRes]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SynchronizationTraversalRes extends GeneratedMessageCompanion[SynchronizationTraversalRes]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SynchronizationTraversalRes]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Validator[SynchronizationTraversalRes]
trait Serializable
class Object
trait Matchable
class Any
Self type