BlockServiceBlockingClient
Operations related to blocks
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class BlockServiceBlockingStub
Members list
Value members
Abstract methods
Retrieve the block at the specified depth from the configured indexer service. This returns its result immediately. The block at depth 1 is the highest block with a confidence factor that is greater than or equal to the value of the confidenceFactor
parameter.
Retrieve the block at the specified depth from the configured indexer service. This returns its result immediately. The block at depth 1 is the highest block with a confidence factor that is greater than or equal to the value of the confidenceFactor
parameter.
Since blocks keep getting added, we expect that multiple calls to this with the same argument will return different blocks.
Attributes
Retrieve the block at the specified height from the configured indexer service, where the height of the genesis block is 1. This returns a result when there is a block present in the indexer service at the specified height and the confidence factor of the block is greater than or equal to the value of the confidenceFactor
parameter.
Retrieve the block at the specified height from the configured indexer service, where the height of the genesis block is 1. This returns a result when there is a block present in the indexer service at the specified height and the confidence factor of the block is greater than or equal to the value of the confidenceFactor
parameter.
Attributes
Retrieve a block with the specified id
from the configured indexer service. This returns its result when there is a block present in the indexer service with the specified id and the confidence factor of the block is greater than or equal to the value of the confidenceFactor
parameter.
Retrieve a block with the specified id
from the configured indexer service. This returns its result when there is a block present in the indexer service with the specified id and the confidence factor of the block is greater than or equal to the value of the confidenceFactor
parameter.