NodeRpcBlockingClient

org.plasmalabs.node.services.NodeRpcGrpc.NodeRpcBlockingClient

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Submit a proven Transaction to the node

Submit a proven Transaction to the node

Attributes

Read the contents of the node's mempool

Read the contents of the node's mempool

Attributes

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

retrieve a Block Body by its ID

retrieve a Block Body by its ID

Attributes

retrieve a Block Header by its ID

retrieve a Block Header by its ID

Attributes

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

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

retrieve epoch data content

retrieve epoch data content

Attributes

retrieve a stream of node's protocol configuration

retrieve a stream of node's protocol configuration

Attributes

retrieve a Transaction by its ID

retrieve a Transaction by its ID

Attributes

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

Concrete methods

def serviceCompanion: ServiceCompanion[NodeRpc]