NodeRpcBlockingStub

xyz.stratalab.node.services.NodeRpcGrpc.NodeRpcBlockingStub
class NodeRpcBlockingStub(channel: Channel, options: CallOptions) extends AbstractStub[NodeRpcBlockingStub], NodeRpcBlockingClient

Attributes

Graph
Supertypes
class AbstractStub[NodeRpcBlockingStub]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Submit a proven Transaction to the node

Submit a proven Transaction to the node

Attributes

Definition Classes
override def build(channel: Channel, options: CallOptions): NodeRpcBlockingStub

Attributes

Definition Classes
AbstractStub

Read the contents of the node's mempool

Read the contents of the node's mempool

Attributes

Definition Classes

Check the content of the node's mempool and return if a Transaction Id exists

Check the content of the node's mempool and return if a Transaction Id exists

Attributes

Definition Classes

retrieve a Block Body by its ID

retrieve a Block Body by its ID

Attributes

Definition Classes

retrieve a Block Header by its ID

retrieve a Block Header by its ID

Attributes

Definition Classes

retrieve the Block ID associated with a depth, according to the node's canonical chain

retrieve the Block ID associated with a depth, according to the node's canonical chain

Attributes

Definition Classes

retrieve the Block ID associated with a height, according to the node's canonical chain

retrieve the Block ID associated with a height, according to the node's canonical chain

Attributes

Definition Classes

retrieve epoch data content

retrieve epoch data content

Attributes

Definition Classes
override def fetchNodeConfig(request: FetchNodeConfigReq): Iterator[FetchNodeConfigRes]

retrieve a stream of node's protocol configuration

retrieve a stream of node's protocol configuration

Attributes

Definition Classes

retrieve a Transaction by its ID

retrieve a Transaction by its ID

Attributes

Definition Classes

retrieve a stream of changes to the canonical head of the chain.

retrieve a stream of changes to the canonical head of the chain.

Attributes

Definition Classes

Inherited methods

final def getCallOptions(): CallOptions

Attributes

Inherited from:
AbstractStub
final def getChannel(): Channel

Attributes

Inherited from:
AbstractStub
def serviceCompanion: ServiceCompanion[NodeRpc]

Attributes

Inherited from:
NodeRpcBlockingClient
final def withCallCredentials(x$0: CallCredentials): NodeRpcBlockingStub

Attributes

Inherited from:
AbstractStub
final def withCompression(x$0: String): NodeRpcBlockingStub

Attributes

Inherited from:
AbstractStub
final def withDeadline(x$0: Deadline): NodeRpcBlockingStub

Attributes

Inherited from:
AbstractStub
final def withDeadlineAfter(x$0: Long, x$1: TimeUnit): NodeRpcBlockingStub

Attributes

Inherited from:
AbstractStub
final def withExecutor(x$0: Executor): NodeRpcBlockingStub

Attributes

Inherited from:
AbstractStub
final def withInterceptors(x$0: ClientInterceptor*): NodeRpcBlockingStub

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/1869")
final def withOption[T <: <FromJavaObject>](x$0: Key[T], x$1: T): NodeRpcBlockingStub

Attributes

Inherited from:
AbstractStub

Attributes

Inherited from:
AbstractStub

Deprecated and Inherited methods

@Deprecated
final def withChannel(x$0: Channel): NodeRpcBlockingStub

Attributes

Deprecated
true
Inherited from:
AbstractStub