createOnChainTransactionIndex method

ResponseFuture<CreateOnChainTransactionIndexResponse> createOnChainTransactionIndex(
  1. CreateOnChainTransactionIndexRequest request, {
  2. CallOptions? options,
})

Implementation

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