TransactionServiceGrpc
org.plasmalabs.indexer.services.TransactionServiceGrpc
object TransactionServiceGrpc
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
object TransactionService extends ServiceCompanion[TransactionService]
Attributes
- Companion
- trait
- Supertypes
- Self type
-
TransactionService.type
trait TransactionService extends AbstractService
Operations related to indexerBlock contents
Operations related to indexerBlock contents
Attributes
- Companion
- object
- Supertypes
-
trait AbstractServiceclass Objecttrait Matchableclass Any
- Known subtypes
-
class TransactionServiceStub
Operations related to indexerBlock contents
Operations related to indexerBlock contents
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
class TransactionServiceBlockingStub(channel: Channel, options: CallOptions) extends AbstractStub[TransactionServiceBlockingStub], TransactionServiceBlockingClient
Attributes
- Supertypes
class TransactionServiceStub(channel: Channel, options: CallOptions) extends AbstractStub[TransactionServiceStub], TransactionService
Attributes
- Companion
- object
- Supertypes
-
trait TransactionServicetrait AbstractServiceclass AbstractStub[TransactionServiceStub]class Objecttrait Matchableclass AnyShow all
object TransactionServiceStub extends StubFactory[TransactionServiceStub]
Attributes
- Companion
- class
- Supertypes
- Self type
Value members
Concrete methods
def bindService(serviceImpl: TransactionService, executionContext: ExecutionContext): ServerServiceDefinition
Concrete fields
val METHOD_GET_INDEXED_TRANSACTIONS: MethodDescriptor[GetIndexedTransactionsRequest, TransactionResponse]
val METHOD_GET_TRANSACTION_BY_LOCK_ADDRESS_STREAM: MethodDescriptor[QueryByLockAddressRequest, TransactionResponse]
val METHOD_GET_TXOS_BY_LOCK_ADDRESS: MethodDescriptor[QueryByLockAddressRequest, TxoLockAddressResponse]
val METHOD_GET_TXOS_BY_LOCK_ADDRESS_STREAM: MethodDescriptor[QueryByLockAddressRequest, TxoLockAddressResponse]
In this article