createOnChainTransactionIndex method
ResponseFuture<CreateOnChainTransactionIndexResponse>
createOnChainTransactionIndex(
- CreateOnChainTransactionIndexRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.CreateOnChainTransactionIndexResponse>
createOnChainTransactionIndex(
$0.CreateOnChainTransactionIndexRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$createOnChainTransactionIndex, request,
options: options);
}