TransactionServiceBase class abstract

Annotations
  • @GrpcServiceName('co.topl.genus.services.TransactionService')

Constructors

TransactionServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createOnChainTransactionIndex(ServiceCall call, CreateOnChainTransactionIndexRequest request) Future<CreateOnChainTransactionIndexResponse>
createOnChainTransactionIndex_Pre(ServiceCall call, Future<CreateOnChainTransactionIndexRequest> request) Future<CreateOnChainTransactionIndexResponse>
dropIndex(ServiceCall call, DropIndexRequest request) Future<DropIndexResponse>
dropIndex_Pre(ServiceCall call, Future<DropIndexRequest> request) Future<DropIndexResponse>
getExistingTransactionIndexes(ServiceCall call, GetExistingTransactionIndexesRequest request) Future<GetExistingTransactionIndexesResponse>
getExistingTransactionIndexes_Pre(ServiceCall call, Future<GetExistingTransactionIndexesRequest> request) Future<GetExistingTransactionIndexesResponse>
getIndexedTransactions(ServiceCall call, GetIndexedTransactionsRequest request) Stream<TransactionResponse>
getIndexedTransactions_Pre(ServiceCall call, Future<GetIndexedTransactionsRequest> request) Stream<TransactionResponse>
getTransactionById(ServiceCall call, GetTransactionByIdRequest request) Future<TransactionResponse>
getTransactionById_Pre(ServiceCall call, Future<GetTransactionByIdRequest> request) Future<TransactionResponse>
getTransactionByLockAddressStream(ServiceCall call, QueryByLockAddressRequest request) Stream<TransactionResponse>
getTransactionByLockAddressStream_Pre(ServiceCall call, Future<QueryByLockAddressRequest> request) Stream<TransactionResponse>
getTxosByAssetLabel(ServiceCall call, QueryByAssetLabelRequest request) Stream<TxoResponse>
getTxosByAssetLabel_Pre(ServiceCall call, Future<QueryByAssetLabelRequest> request) Stream<TxoResponse>
getTxosByLockAddress(ServiceCall call, QueryByLockAddressRequest request) Future<TxoLockAddressResponse>
getTxosByLockAddress_Pre(ServiceCall call, Future<QueryByLockAddressRequest> request) Future<TxoLockAddressResponse>
getTxosByLockAddressStream(ServiceCall call, QueryByLockAddressRequest request) Stream<TxoLockAddressResponse>
getTxosByLockAddressStream_Pre(ServiceCall call, Future<QueryByLockAddressRequest> request) Stream<TxoLockAddressResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited