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>
-
-
getTransactionByAddressStream(ServiceCall call, QueryByAddressRequest request)
→ Stream<TransactionResponse>
-
-
getTransactionByAddressStream_Pre(ServiceCall call, Future<QueryByAddressRequest> request)
→ Stream<TransactionResponse>
-
-
getTransactionById(ServiceCall call, GetTransactionByIdRequest request)
→ Future<TransactionResponse>
-
-
getTransactionById_Pre(ServiceCall call, Future<GetTransactionByIdRequest> request)
→ Future<TransactionResponse>
-
-
getTxosByAddress(ServiceCall call, QueryByAddressRequest request)
→ Future<TxoAddressResponse>
-
-
getTxosByAddress_Pre(ServiceCall call, Future<QueryByAddressRequest> request)
→ Future<TxoAddressResponse>
-
-
getTxosByAddressStream(ServiceCall call, QueryByAddressRequest request)
→ Stream<TxoAddressResponse>
-
-
getTxosByAddressStream_Pre(ServiceCall call, Future<QueryByAddressRequest> request)
→ Stream<TxoAddressResponse>
-
-
getTxosByAssetLabel(ServiceCall call, QueryByAssetLabelRequest request)
→ Stream<TxoResponse>
-
-
getTxosByAssetLabel_Pre(ServiceCall call, Future<QueryByAssetLabelRequest> request)
→ Stream<TxoResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited